public class Connectionroleassociation extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Connectionroleassociation.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
associatedconnectionroleid |
protected String |
connectionroleassociationid |
protected String |
connectionroleid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Connectionroleassociation() |
| Modifier and Type | Method and Description |
|---|---|
static Connectionroleassociation.Builder |
builderConnectionroleassociation()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAssociatedconnectionroleid() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getConnectionroleassociationid() |
Optional<String> |
getConnectionroleid() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
Optional<Long> |
getVersionnumber() |
String |
odataTypeName() |
Connectionroleassociation |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Connectionroleassociation |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Connectionroleassociation |
withAssociatedconnectionroleid(String associatedconnectionroleid) |
Connectionroleassociation |
withConnectionroleassociationid(String connectionroleassociationid) |
Connectionroleassociation |
withConnectionroleid(String connectionroleid) |
Connectionroleassociation |
withUnmappedField(String name,
String value) |
Connectionroleassociation |
withVersionnumber(Long versionnumber) |
protected String connectionroleid
protected String connectionroleassociationid
protected String associatedconnectionroleid
protected Long versionnumber
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Connectionroleassociation.Builder builderConnectionroleassociation()
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 Connectionroleassociation withConnectionroleid(String connectionroleid)
public Connectionroleassociation withConnectionroleassociationid(String connectionroleassociationid)
public Connectionroleassociation withAssociatedconnectionroleid(String associatedconnectionroleid)
public Connectionroleassociation withVersionnumber(Long versionnumber)
public Connectionroleassociation 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 Connectionroleassociation 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 Connectionroleassociation 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.