public class Relationshipattribute extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Relationshipattribute.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_referencedattributeid_value |
protected String |
_referencingattributeid_value |
protected String |
_relationshipid_value |
protected String |
componentidunique |
protected Integer |
componentstate |
protected BooleanManagedProperty |
iscustomizable |
protected Boolean |
ismanaged |
protected String |
name |
protected OffsetDateTime |
overwritetime |
protected String |
relationshipattributeid |
protected String |
solutionid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Relationshipattribute() |
protected Integer componentstate
protected Boolean ismanaged
protected String _referencedattributeid_value
protected String name
protected OffsetDateTime overwritetime
protected String relationshipattributeid
protected BooleanManagedProperty iscustomizable
protected String componentidunique
protected String solutionid
protected String _relationshipid_value
protected String _referencingattributeid_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Relationshipattribute.Builder builderRelationshipattribute()
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 Relationshipattribute withComponentstate(Integer componentstate)
public Relationshipattribute withIsmanaged(Boolean ismanaged)
public Relationshipattribute with_referencedattributeid_value(String _referencedattributeid_value)
public Relationshipattribute withName(String name)
public Optional<OffsetDateTime> getOverwritetime()
public Relationshipattribute withOverwritetime(OffsetDateTime overwritetime)
public Relationshipattribute withRelationshipattributeid(String relationshipattributeid)
public Optional<BooleanManagedProperty> getIscustomizable()
public Relationshipattribute withIscustomizable(BooleanManagedProperty iscustomizable)
public Relationshipattribute withComponentidunique(String componentidunique)
public Relationshipattribute withSolutionid(String solutionid)
public Relationshipattribute with_relationshipid_value(String _relationshipid_value)
public Relationshipattribute with_referencingattributeid_value(String _referencingattributeid_value)
public Relationshipattribute withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SyncerrorCollectionRequest getRelationshipattribute_SyncErrors()
public AsyncoperationCollectionRequest getRelationshipattribute_AsyncOperations()
public MailboxtrackingfolderCollectionRequest getRelationshipattribute_MailboxTrackingFolders()
public BulkdeletefailureCollectionRequest getRelationshipattribute_BulkDeleteFailures()
public PrincipalobjectattributeaccessCollectionRequest getRelationshipattribute_PrincipalObjectAttributeAccesses()
public AttributeRequest getReferencingattributeid_relationshipattribute()
public AttributeRequest getReferencedattributeid_relationshipattribute()
public RelationshipRequest getRelationshipid_relationshipattribute()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Relationshipattribute 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 Relationshipattribute 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.