Package microsoft.dynamics.crm.complex
Class StatusOptionMetadata
- java.lang.Object
-
- microsoft.dynamics.crm.complex.OptionMetadata
-
- microsoft.dynamics.crm.complex.StatusOptionMetadata
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class StatusOptionMetadata extends OptionMetadata implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStatusOptionMetadata.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Integerstateprotected StringtransitionData-
Fields inherited from class microsoft.dynamics.crm.complex.OptionMetadata
color, contextPath, description, externalValue, hasChanged, isManaged, label, metadataId, odataType, parentValues, parentValuesNextLink, unmappedFields, value
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStatusOptionMetadata()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StatusOptionMetadata.BuilderbuilderStatusOptionMetadata()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()StatusOptionMetadatawithState(Integer state)StatusOptionMetadatawithTransitionData(String transitionData)StatusOptionMetadatawithUnmappedField(String name, Object value)-
Methods inherited from class microsoft.dynamics.crm.complex.OptionMetadata
builder, getColor, getDescription, getExternalValue, getHasChanged, getIsManaged, getLabel, getMetadataId, getParentValues, getParentValues, getValue, withColor, withDescription, withExternalValue, withHasChanged, withIsManaged, withLabel, withMetadataId, withValue
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classOptionMetadata
-
withState
public StatusOptionMetadata withState(Integer state)
-
withTransitionData
public StatusOptionMetadata withTransitionData(String transitionData)
-
withUnmappedField
public StatusOptionMetadata withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classOptionMetadata
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classOptionMetadata
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classOptionMetadata
-
builderStatusOptionMetadata
public static StatusOptionMetadata.Builder builderStatusOptionMetadata()
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
-
toString
public String toString()
- Overrides:
toStringin classOptionMetadata
-
-