public class Appmoduleroles extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Appmoduleroles.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_appmoduleid_value |
protected String |
_roleid_value |
protected String |
appmoduleroleid |
protected String |
appmoduleroleidunique |
protected Integer |
componentstate |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Appmoduleroles() |
protected String solutionid
protected String appmoduleroleidunique
protected OffsetDateTime overwritetime
protected Boolean ismanaged
protected String _appmoduleid_value
protected String _roleid_value
protected String introducedversion
protected String appmoduleroleid
protected Long versionnumber
protected Integer componentstate
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Appmoduleroles.Builder builderAppmoduleroles()
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 Appmoduleroles withSolutionid(String solutionid)
public Appmoduleroles withAppmoduleroleidunique(String appmoduleroleidunique)
public Optional<OffsetDateTime> getOverwritetime()
public Appmoduleroles withOverwritetime(OffsetDateTime overwritetime)
public Appmoduleroles withIsmanaged(Boolean ismanaged)
public Appmoduleroles with_appmoduleid_value(String _appmoduleid_value)
public Appmoduleroles with_roleid_value(String _roleid_value)
public Appmoduleroles withIntroducedversion(String introducedversion)
public Appmoduleroles withAppmoduleroleid(String appmoduleroleid)
public Appmoduleroles withVersionnumber(Long versionnumber)
public Appmoduleroles withComponentstate(Integer componentstate)
public Appmoduleroles 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 Appmoduleroles 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 Appmoduleroles 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–2021. All rights reserved.