Package microsoft.dynamics.crm.complex
Class LocalizedLabel
- java.lang.Object
-
- microsoft.dynamics.crm.complex.LocalizedLabel
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class LocalizedLabel extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLocalizedLabel.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected BooleanhasChangedprotected BooleanisManagedprotected Stringlabelprotected IntegerlanguageCodeprotected StringmetadataIdprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedLocalizedLabel()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocalizedLabel.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Boolean>getHasChanged()Optional<Boolean>getIsManaged()Optional<String>getLabel()Optional<Integer>getLanguageCode()Optional<String>getMetadataId()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()LocalizedLabelwithHasChanged(Boolean hasChanged)LocalizedLabelwithIsManaged(Boolean isManaged)LocalizedLabelwithLabel(String label)LocalizedLabelwithLanguageCode(Integer languageCode)LocalizedLabelwithMetadataId(String metadataId)LocalizedLabelwithUnmappedField(String name, String value)
-
-
-
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
-
label
protected String label
-
languageCode
protected Integer languageCode
-
isManaged
protected Boolean isManaged
-
metadataId
protected String metadataId
-
hasChanged
protected Boolean hasChanged
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withLabel
public LocalizedLabel withLabel(String label)
-
withLanguageCode
public LocalizedLabel withLanguageCode(Integer languageCode)
-
withIsManaged
public LocalizedLabel withIsManaged(Boolean isManaged)
-
withMetadataId
public LocalizedLabel withMetadataId(String metadataId)
-
withHasChanged
public LocalizedLabel withHasChanged(Boolean hasChanged)
-
withUnmappedField
public LocalizedLabel withUnmappedField(String name, String 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 LocalizedLabel.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
-
-