public class StatusOptionMetadata extends OptionMetadata implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
StatusOptionMetadata.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
state |
protected String |
transitionData |
color, contextPath, description, externalValue, hasChanged, isManaged, label, metadataId, odataType, parentValues, parentValuesNextLink, unmappedFields, value| Modifier | Constructor and Description |
|---|---|
protected |
StatusOptionMetadata() |
| Modifier and Type | Method and Description |
|---|---|
static StatusOptionMetadata.Builder |
builderStatusOptionMetadata()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getState() |
Optional<String> |
getTransitionData() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
StatusOptionMetadata |
withState(Integer state) |
StatusOptionMetadata |
withTransitionData(String transitionData) |
StatusOptionMetadata |
withUnmappedField(String name,
String value) |
builder, getColor, getDescription, getExternalValue, getHasChanged, getIsManaged, getLabel, getMetadataId, getParentValues, getParentValues, getValue, withColor, withDescription, withExternalValue, withHasChanged, withIsManaged, withLabel, withMetadataId, withValuepublic String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class OptionMetadatapublic StatusOptionMetadata withState(Integer state)
public StatusOptionMetadata withTransitionData(String transitionData)
public StatusOptionMetadata withUnmappedField(String name, String value)
withUnmappedField in class OptionMetadatapublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class OptionMetadatapublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class OptionMetadatapublic static StatusOptionMetadata.Builder builderStatusOptionMetadata()
public String toString()
toString in class OptionMetadataCopyright © 2018–2020. All rights reserved.