Package odata.msgraph.client.complex
Class LicenseAssignmentState
- java.lang.Object
-
- odata.msgraph.client.complex.LicenseAssignmentState
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class LicenseAssignmentState extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLicenseAssignmentState.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringassignedByGroupprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected List<String>disabledPlansprotected StringdisabledPlansNextLinkprotected Stringerrorprotected OffsetDateTimelastUpdatedDateTimeprotected StringodataTypeprotected StringskuIdprotected Stringstateprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedLicenseAssignmentState()
-
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
-
assignedByGroup
protected String assignedByGroup
-
disabledPlansNextLink
protected String disabledPlansNextLink
-
error
protected String error
-
lastUpdatedDateTime
protected OffsetDateTime lastUpdatedDateTime
-
skuId
protected String skuId
-
state
protected String state
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAssignedByGroup
public LicenseAssignmentState withAssignedByGroup(String assignedByGroup)
-
getDisabledPlans
public com.github.davidmoten.odata.client.CollectionPage<String> getDisabledPlans()
-
getDisabledPlans
public com.github.davidmoten.odata.client.CollectionPage<String> getDisabledPlans(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withError
public LicenseAssignmentState withError(String error)
-
getLastUpdatedDateTime
public Optional<OffsetDateTime> getLastUpdatedDateTime()
-
withLastUpdatedDateTime
public LicenseAssignmentState withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
-
withSkuId
public LicenseAssignmentState withSkuId(String skuId)
-
withState
public LicenseAssignmentState withState(String state)
-
withUnmappedField
public LicenseAssignmentState 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 LicenseAssignmentState.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
-
-