Package microsoft.dynamics.crm.entity
Class Msdyn_aiodlabel_msdyn_aiconfiguration
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Msdyn_aiodlabel_msdyn_aiconfiguration
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Msdyn_aiodlabel_msdyn_aiconfiguration extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMsdyn_aiodlabel_msdyn_aiconfiguration.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringmsdyn_aiconfigurationidprotected Stringmsdyn_aiodlabel_msdyn_aiconfigurationidprotected Stringmsdyn_aiodlabelidprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMsdyn_aiodlabel_msdyn_aiconfiguration()
-
Method Summary
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderMsdyn_aiodlabel_msdyn_aiconfiguration
public static Msdyn_aiodlabel_msdyn_aiconfiguration.Builder builderMsdyn_aiodlabel_msdyn_aiconfiguration()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
getMsdyn_aiodlabel_msdyn_aiconfigurationid
public Optional<String> getMsdyn_aiodlabel_msdyn_aiconfigurationid()
-
withMsdyn_aiodlabel_msdyn_aiconfigurationid
public Msdyn_aiodlabel_msdyn_aiconfiguration withMsdyn_aiodlabel_msdyn_aiconfigurationid(String msdyn_aiodlabel_msdyn_aiconfigurationid)
-
withMsdyn_aiconfigurationid
public Msdyn_aiodlabel_msdyn_aiconfiguration withMsdyn_aiconfigurationid(String msdyn_aiconfigurationid)
-
withMsdyn_aiodlabelid
public Msdyn_aiodlabel_msdyn_aiconfiguration withMsdyn_aiodlabelid(String msdyn_aiodlabelid)
-
withVersionnumber
public Msdyn_aiodlabel_msdyn_aiconfiguration withVersionnumber(Long versionnumber)
-
withUnmappedField
public Msdyn_aiodlabel_msdyn_aiconfiguration withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Msdyn_aiodlabel_msdyn_aiconfiguration patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Msdyn_aiodlabel_msdyn_aiconfiguration put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-