Package microsoft.dynamics.crm.entity
Class Msdyn_componentlayer
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Msdyn_componentlayer
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Msdyn_componentlayer extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMsdyn_componentlayer.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringmsdyn_changesprotected Stringmsdyn_childrenprotected Stringmsdyn_componentidprotected Stringmsdyn_componentjsonprotected UUIDmsdyn_componentlayeridprotected Stringmsdyn_nameprotected Integermsdyn_orderprotected OffsetDateTimemsdyn_overwritetimeprotected Stringmsdyn_publishernameprotected Stringmsdyn_solutioncomponentnameprotected Stringmsdyn_solutionname-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMsdyn_componentlayer()
-
Method Summary
-
-
-
Field Detail
-
msdyn_children
protected String msdyn_children
-
msdyn_name
protected String msdyn_name
-
msdyn_solutioncomponentname
protected String msdyn_solutioncomponentname
-
msdyn_changes
protected String msdyn_changes
-
msdyn_publishername
protected String msdyn_publishername
-
msdyn_overwritetime
protected OffsetDateTime msdyn_overwritetime
-
msdyn_solutionname
protected String msdyn_solutionname
-
msdyn_componentjson
protected String msdyn_componentjson
-
msdyn_componentlayerid
protected UUID msdyn_componentlayerid
-
msdyn_componentid
protected String msdyn_componentid
-
msdyn_order
protected Integer msdyn_order
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderMsdyn_componentlayer
public static Msdyn_componentlayer.Builder builderMsdyn_componentlayer()
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_children
public Msdyn_componentlayer withMsdyn_children(String msdyn_children)
-
withMsdyn_name
public Msdyn_componentlayer withMsdyn_name(String msdyn_name)
-
withMsdyn_solutioncomponentname
public Msdyn_componentlayer withMsdyn_solutioncomponentname(String msdyn_solutioncomponentname)
-
withMsdyn_changes
public Msdyn_componentlayer withMsdyn_changes(String msdyn_changes)
-
withMsdyn_publishername
public Msdyn_componentlayer withMsdyn_publishername(String msdyn_publishername)
-
getMsdyn_overwritetime
public Optional<OffsetDateTime> getMsdyn_overwritetime()
-
withMsdyn_overwritetime
public Msdyn_componentlayer withMsdyn_overwritetime(OffsetDateTime msdyn_overwritetime)
-
withMsdyn_solutionname
public Msdyn_componentlayer withMsdyn_solutionname(String msdyn_solutionname)
-
withMsdyn_componentjson
public Msdyn_componentlayer withMsdyn_componentjson(String msdyn_componentjson)
-
withMsdyn_componentlayerid
public Msdyn_componentlayer withMsdyn_componentlayerid(UUID msdyn_componentlayerid)
-
withMsdyn_componentid
public Msdyn_componentlayer withMsdyn_componentid(String msdyn_componentid)
-
withMsdyn_order
public Msdyn_componentlayer withMsdyn_order(Integer msdyn_order)
-
withUnmappedField
public Msdyn_componentlayer 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_componentlayer 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_componentlayer 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
-
-