Package microsoft.dynamics.crm.entity
Class Msdyn_componentlayerdatasource
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Msdyn_componentlayerdatasource
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Msdyn_componentlayerdatasource extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMsdyn_componentlayerdatasource.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUIDmsdyn_componentlayerdatasourceidprotected Stringmsdyn_name-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMsdyn_componentlayerdatasource()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Msdyn_componentlayerdatasource.BuilderbuilderMsdyn_componentlayerdatasource()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<UUID>getMsdyn_componentlayerdatasourceid()Optional<String>getMsdyn_name()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()Msdyn_componentlayerdatasourcepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)Msdyn_componentlayerdatasourceput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()Msdyn_componentlayerdatasourcewithMsdyn_componentlayerdatasourceid(UUID msdyn_componentlayerdatasourceid)Msdyn_componentlayerdatasourcewithMsdyn_name(String msdyn_name)Msdyn_componentlayerdatasourcewithUnmappedField(String name, Object value)
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderMsdyn_componentlayerdatasource
public static Msdyn_componentlayerdatasource.Builder builderMsdyn_componentlayerdatasource()
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
-
withMsdyn_componentlayerdatasourceid
public Msdyn_componentlayerdatasource withMsdyn_componentlayerdatasourceid(UUID msdyn_componentlayerdatasourceid)
-
withMsdyn_name
public Msdyn_componentlayerdatasource withMsdyn_name(String msdyn_name)
-
withUnmappedField
public Msdyn_componentlayerdatasource withUnmappedField(String name, Object 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_componentlayerdatasource 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_componentlayerdatasource 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
-
-