Class DeploymentState
- java.lang.Object
-
- odata.msgraph.client.beta.windows.updates.complex.DeploymentState
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeploymentState extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeploymentState.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected List<DeploymentStateReason>reasonsprotected StringreasonsNextLinkprotected RequestedDeploymentStateValuerequestedValueprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected DeploymentStateValuevalue
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeploymentState()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeploymentState.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<DeploymentStateReason>getReasons()com.github.davidmoten.odata.client.CollectionPage<DeploymentStateReason>getReasons(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<RequestedDeploymentStateValue>getRequestedValue()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<DeploymentStateValue>getValue()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeploymentStatewithRequestedValue(RequestedDeploymentStateValue requestedValue)DeploymentStatewithUnmappedField(String name, String value)DeploymentStatewithValue(DeploymentStateValue value)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
reasons
protected List<DeploymentStateReason> reasons
-
reasonsNextLink
protected String reasonsNextLink
-
requestedValue
protected RequestedDeploymentStateValue requestedValue
-
value
protected DeploymentStateValue value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getReasons
public com.github.davidmoten.odata.client.CollectionPage<DeploymentStateReason> getReasons()
-
getReasons
public com.github.davidmoten.odata.client.CollectionPage<DeploymentStateReason> getReasons(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getRequestedValue
public Optional<RequestedDeploymentStateValue> getRequestedValue()
-
withRequestedValue
public DeploymentState withRequestedValue(RequestedDeploymentStateValue requestedValue)
-
getValue
public Optional<DeploymentStateValue> getValue()
-
withValue
public DeploymentState withValue(DeploymentStateValue value)
-
withUnmappedField
public DeploymentState withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static DeploymentState.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-