public class Msdyn_componentlayer extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Msdyn_componentlayer.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
msdyn_changes |
protected String |
msdyn_children |
protected String |
msdyn_componentid |
protected String |
msdyn_componentjson |
protected String |
msdyn_componentlayerid |
protected String |
msdyn_name |
protected Integer |
msdyn_order |
protected OffsetDateTime |
msdyn_overwritetime |
protected String |
msdyn_publishername |
protected String |
msdyn_solutioncomponentname |
protected String |
msdyn_solutionname |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Msdyn_componentlayer() |
protected String msdyn_children
protected String msdyn_name
protected String msdyn_solutioncomponentname
protected String msdyn_changes
protected String msdyn_publishername
protected OffsetDateTime msdyn_overwritetime
protected String msdyn_solutionname
protected String msdyn_componentjson
protected String msdyn_componentlayerid
protected String msdyn_componentid
protected Integer msdyn_order
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Msdyn_componentlayer.Builder builderMsdyn_componentlayer()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Msdyn_componentlayer withMsdyn_children(String msdyn_children)
public Msdyn_componentlayer withMsdyn_name(String msdyn_name)
public Msdyn_componentlayer withMsdyn_solutioncomponentname(String msdyn_solutioncomponentname)
public Msdyn_componentlayer withMsdyn_changes(String msdyn_changes)
public Msdyn_componentlayer withMsdyn_publishername(String msdyn_publishername)
public Optional<OffsetDateTime> getMsdyn_overwritetime()
public Msdyn_componentlayer withMsdyn_overwritetime(OffsetDateTime msdyn_overwritetime)
public Msdyn_componentlayer withMsdyn_solutionname(String msdyn_solutionname)
public Msdyn_componentlayer withMsdyn_componentjson(String msdyn_componentjson)
public Msdyn_componentlayer withMsdyn_componentlayerid(String msdyn_componentlayerid)
public Msdyn_componentlayer withMsdyn_componentid(String msdyn_componentid)
public Msdyn_componentlayer withMsdyn_order(Integer msdyn_order)
public Msdyn_componentlayer withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Msdyn_componentlayer patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Msdyn_componentlayer put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.