public class Principalentitymap extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Principalentitymap.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
objecttypecode |
protected String |
principalentitymapid |
protected String |
principalid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Principalentitymap() |
| Modifier and Type | Method and Description |
|---|---|
static Principalentitymap.Builder |
builderPrincipalentitymap()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getObjecttypecode() |
Optional<String> |
getPrincipalentitymapid() |
PrincipalRequest |
getPrincipalid_owner() |
Optional<String> |
getPrincipalid() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
Optional<Long> |
getVersionnumber() |
String |
odataTypeName() |
Principalentitymap |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Principalentitymap |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Principalentitymap |
withObjecttypecode(String objecttypecode) |
Principalentitymap |
withPrincipalentitymapid(String principalentitymapid) |
Principalentitymap |
withPrincipalid(String principalid) |
Principalentitymap |
withUnmappedField(String name,
String value) |
Principalentitymap |
withVersionnumber(Long versionnumber) |
protected String objecttypecode
protected String principalid
protected String principalentitymapid
protected Long versionnumber
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Principalentitymap.Builder builderPrincipalentitymap()
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 Principalentitymap withObjecttypecode(String objecttypecode)
public Principalentitymap withPrincipalid(String principalid)
public Principalentitymap withPrincipalentitymapid(String principalentitymapid)
public Principalentitymap withVersionnumber(Long versionnumber)
public Principalentitymap withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic PrincipalRequest getPrincipalid_owner()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Principalentitymap 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 Principalentitymap 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.