public class LicenseUnitsDetail extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
LicenseUnitsDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
enabled |
protected String |
odataType |
protected Integer |
suspended |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Integer |
warning |
| Modifier | Constructor and Description |
|---|---|
protected |
LicenseUnitsDetail() |
| Modifier and Type | Method and Description |
|---|---|
static LicenseUnitsDetail.Builder |
builder()
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> |
getSuspended() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Integer> |
getWarning() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
LicenseUnitsDetail |
withEnabled(Integer enabled) |
LicenseUnitsDetail |
withSuspended(Integer suspended) |
LicenseUnitsDetail |
withWarning(Integer warning) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Integer enabled
protected Integer suspended
protected Integer warning
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic LicenseUnitsDetail withEnabled(Integer enabled)
public LicenseUnitsDetail withSuspended(Integer suspended)
public LicenseUnitsDetail withWarning(Integer warning)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static LicenseUnitsDetail.Builder builder()
Copyright © 2018–2020. All rights reserved.