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