public class Serviceplanappmodules extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Serviceplanappmodules.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appmoduleid |
protected String |
componentidunique |
protected Integer |
componentstate |
protected BooleanManagedProperty |
iscustomizable |
protected Boolean |
ismanaged |
protected OffsetDateTime |
overwritetime |
protected String |
serviceplanappmodulesid |
protected String |
serviceplanid |
protected String |
solutionid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Serviceplanappmodules() |
protected OffsetDateTime overwritetime
protected Integer componentstate
protected String appmoduleid
protected String componentidunique
protected String solutionid
protected Long versionnumber
protected String serviceplanid
protected String serviceplanappmodulesid
protected BooleanManagedProperty iscustomizable
protected Boolean ismanaged
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Serviceplanappmodules.Builder builderServiceplanappmodules()
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 Optional<OffsetDateTime> getOverwritetime()
public Serviceplanappmodules withOverwritetime(OffsetDateTime overwritetime)
public Serviceplanappmodules withComponentstate(Integer componentstate)
public Serviceplanappmodules withAppmoduleid(String appmoduleid)
public Serviceplanappmodules withComponentidunique(String componentidunique)
public Serviceplanappmodules withSolutionid(String solutionid)
public Serviceplanappmodules withVersionnumber(Long versionnumber)
public Serviceplanappmodules withServiceplanid(String serviceplanid)
public Serviceplanappmodules withServiceplanappmodulesid(String serviceplanappmodulesid)
public Optional<BooleanManagedProperty> getIscustomizable()
public Serviceplanappmodules withIscustomizable(BooleanManagedProperty iscustomizable)
public Serviceplanappmodules withIsmanaged(Boolean ismanaged)
public Serviceplanappmodules 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 Serviceplanappmodules 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 Serviceplanappmodules 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.