Class DeploymentState.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.windows.updates.complex.DeploymentState.Builder
-
- Enclosing class:
- DeploymentState
public static final class DeploymentState.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentStatebuild()DeploymentState.Builderreasons(List<DeploymentStateReason> reasons)DeploymentState.Builderreasons(DeploymentStateReason... reasons)DeploymentState.BuilderreasonsNextLink(String reasonsNextLink)DeploymentState.BuilderrequestedValue(RequestedDeploymentStateValue requestedValue)DeploymentState.Buildervalue(DeploymentStateValue value)
-
-
-
Method Detail
-
reasons
public DeploymentState.Builder reasons(List<DeploymentStateReason> reasons)
-
reasons
public DeploymentState.Builder reasons(DeploymentStateReason... reasons)
-
reasonsNextLink
public DeploymentState.Builder reasonsNextLink(String reasonsNextLink)
-
requestedValue
public DeploymentState.Builder requestedValue(RequestedDeploymentStateValue requestedValue)
-
value
public DeploymentState.Builder value(DeploymentStateValue value)
-
build
public DeploymentState build()
-
-