Package odata.msgraph.client.complex
Class LicenseUnitsDetail
- java.lang.Object
-
- odata.msgraph.client.complex.LicenseUnitsDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class LicenseUnitsDetail extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLicenseUnitsDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Integerenabledprotected IntegerlockedOutprotected StringodataTypeprotected Integersuspendedprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected Integerwarning
-
Constructor Summary
Constructors Modifier Constructor Description protectedLicenseUnitsDetail()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LicenseUnitsDetail.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Integer>getEnabled()Optional<Integer>getLockedOut()Optional<Integer>getSuspended()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Integer>getWarning()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()LicenseUnitsDetailwithEnabled(Integer enabled)LicenseUnitsDetailwithLockedOut(Integer lockedOut)LicenseUnitsDetailwithSuspended(Integer suspended)LicenseUnitsDetailwithUnmappedField(String name, Object value)LicenseUnitsDetailwithWarning(Integer warning)
-
-
-
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
-
enabled
protected Integer enabled
-
lockedOut
protected Integer lockedOut
-
suspended
protected Integer suspended
-
warning
protected Integer warning
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withEnabled
public LicenseUnitsDetail withEnabled(Integer enabled)
-
withLockedOut
public LicenseUnitsDetail withLockedOut(Integer lockedOut)
-
withSuspended
public LicenseUnitsDetail withSuspended(Integer suspended)
-
withWarning
public LicenseUnitsDetail withWarning(Integer warning)
-
withUnmappedField
public LicenseUnitsDetail withUnmappedField(String name, Object 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 LicenseUnitsDetail.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
-
-