public class LicenseAssignmentState extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
LicenseAssignmentState.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignedByGroup |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected List<String> |
disabledPlans |
protected String |
disabledPlansNextLink |
protected String |
error |
protected String |
odataType |
protected String |
skuId |
protected String |
state |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
LicenseAssignmentState() |
| Modifier and Type | Method and Description |
|---|---|
static LicenseAssignmentState.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAssignedByGroup() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getDisabledPlans() |
Optional<String> |
getError() |
Optional<String> |
getSkuId() |
Optional<String> |
getState() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
LicenseAssignmentState |
withAssignedByGroup(String assignedByGroup) |
LicenseAssignmentState |
withError(String error) |
LicenseAssignmentState |
withSkuId(String skuId) |
LicenseAssignmentState |
withState(String state) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String skuId
protected String disabledPlansNextLink
protected String assignedByGroup
protected String state
protected String error
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic LicenseAssignmentState withSkuId(String skuId)
public com.github.davidmoten.odata.client.CollectionPage<String> getDisabledPlans()
public LicenseAssignmentState withAssignedByGroup(String assignedByGroup)
public LicenseAssignmentState withState(String state)
public LicenseAssignmentState withError(String error)
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 LicenseAssignmentState.Builder builder()
Copyright © 2018–2020. All rights reserved.