Class WorkloadActionDeploymentStatus
- java.lang.Object
-
- odata.msgraph.client.beta.managed.tenants.complex.WorkloadActionDeploymentStatus
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WorkloadActionDeploymentStatus extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkloadActionDeploymentStatus.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringactionIdprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdeployedPolicyIdprotected GenericErrorerrorprotected List<String>excludeGroupsprotected StringexcludeGroupsNextLinkprotected BooleanincludeAllUsersprotected List<String>includeGroupsprotected StringincludeGroupsNextLinkprotected OffsetDateTimelastDeploymentDateTimeprotected StringodataTypeprotected WorkloadActionStatusstatusprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedWorkloadActionDeploymentStatus()
-
Method Summary
-
-
-
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
-
actionId
protected String actionId
-
deployedPolicyId
protected String deployedPolicyId
-
error
protected GenericError error
-
excludeGroupsNextLink
protected String excludeGroupsNextLink
-
includeAllUsers
protected Boolean includeAllUsers
-
includeGroupsNextLink
protected String includeGroupsNextLink
-
lastDeploymentDateTime
protected OffsetDateTime lastDeploymentDateTime
-
status
protected WorkloadActionStatus status
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withActionId
public WorkloadActionDeploymentStatus withActionId(String actionId)
-
withDeployedPolicyId
public WorkloadActionDeploymentStatus withDeployedPolicyId(String deployedPolicyId)
-
getError
public Optional<GenericError> getError()
-
withError
public WorkloadActionDeploymentStatus withError(GenericError error)
-
getExcludeGroups
public com.github.davidmoten.odata.client.CollectionPage<String> getExcludeGroups()
-
getExcludeGroups
public com.github.davidmoten.odata.client.CollectionPage<String> getExcludeGroups(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withIncludeAllUsers
public WorkloadActionDeploymentStatus withIncludeAllUsers(Boolean includeAllUsers)
-
getIncludeGroups
public com.github.davidmoten.odata.client.CollectionPage<String> getIncludeGroups()
-
getIncludeGroups
public com.github.davidmoten.odata.client.CollectionPage<String> getIncludeGroups(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getLastDeploymentDateTime
public Optional<OffsetDateTime> getLastDeploymentDateTime()
-
withLastDeploymentDateTime
public WorkloadActionDeploymentStatus withLastDeploymentDateTime(OffsetDateTime lastDeploymentDateTime)
-
getStatus
public Optional<WorkloadActionStatus> getStatus()
-
withStatus
public WorkloadActionDeploymentStatus withStatus(WorkloadActionStatus status)
-
withUnmappedField
public WorkloadActionDeploymentStatus 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 WorkloadActionDeploymentStatus.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
-
-