Package microsoft.dynamics.crm.entity
Class Relationshipattribute
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Relationshipattribute
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Relationshipattribute extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelationshipattribute.Builder
-
Field Summary
Fields Modifier and Type Field Description protected String_referencedattributeid_valueprotected String_referencingattributeid_valueprotected String_relationshipid_valueprotected Stringcomponentiduniqueprotected Integercomponentstateprotected BooleanManagedPropertyiscustomizableprotected Booleanismanagedprotected Stringnameprotected OffsetDateTimeoverwritetimeprotected Stringrelationshipattributeidprotected Stringsolutionid-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRelationshipattribute()
-
Method Summary
-
-
-
Field Detail
-
componentstate
protected Integer componentstate
-
ismanaged
protected Boolean ismanaged
-
_referencedattributeid_value
protected String _referencedattributeid_value
-
name
protected String name
-
overwritetime
protected OffsetDateTime overwritetime
-
relationshipattributeid
protected String relationshipattributeid
-
iscustomizable
protected BooleanManagedProperty iscustomizable
-
componentidunique
protected String componentidunique
-
solutionid
protected String solutionid
-
_relationshipid_value
protected String _relationshipid_value
-
_referencingattributeid_value
protected String _referencingattributeid_value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderRelationshipattribute
public static Relationshipattribute.Builder builderRelationshipattribute()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
withComponentstate
public Relationshipattribute withComponentstate(Integer componentstate)
-
withIsmanaged
public Relationshipattribute withIsmanaged(Boolean ismanaged)
-
with_referencedattributeid_value
public Relationshipattribute with_referencedattributeid_value(String _referencedattributeid_value)
-
withName
public Relationshipattribute withName(String name)
-
getOverwritetime
public Optional<OffsetDateTime> getOverwritetime()
-
withOverwritetime
public Relationshipattribute withOverwritetime(OffsetDateTime overwritetime)
-
withRelationshipattributeid
public Relationshipattribute withRelationshipattributeid(String relationshipattributeid)
-
getIscustomizable
public Optional<BooleanManagedProperty> getIscustomizable()
-
withIscustomizable
public Relationshipattribute withIscustomizable(BooleanManagedProperty iscustomizable)
-
withComponentidunique
public Relationshipattribute withComponentidunique(String componentidunique)
-
withSolutionid
public Relationshipattribute withSolutionid(String solutionid)
-
with_relationshipid_value
public Relationshipattribute with_relationshipid_value(String _relationshipid_value)
-
with_referencingattributeid_value
public Relationshipattribute with_referencingattributeid_value(String _referencingattributeid_value)
-
withUnmappedField
public Relationshipattribute withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getRelationshipattribute_SyncErrors
public SyncerrorCollectionRequest getRelationshipattribute_SyncErrors()
-
getRelationshipattribute_AsyncOperations
public AsyncoperationCollectionRequest getRelationshipattribute_AsyncOperations()
-
getRelationshipattribute_MailboxTrackingFolders
public MailboxtrackingfolderCollectionRequest getRelationshipattribute_MailboxTrackingFolders()
-
getRelationshipattribute_BulkDeleteFailures
public BulkdeletefailureCollectionRequest getRelationshipattribute_BulkDeleteFailures()
-
getRelationshipattribute_PrincipalObjectAttributeAccesses
public PrincipalobjectattributeaccessCollectionRequest getRelationshipattribute_PrincipalObjectAttributeAccesses()
-
getReferencingattributeid_relationshipattribute
public AttributeRequest getReferencingattributeid_relationshipattribute()
-
getReferencedattributeid_relationshipattribute
public AttributeRequest getReferencedattributeid_relationshipattribute()
-
getRelationshipid_relationshipattribute
public RelationshipRequest getRelationshipid_relationshipattribute()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Relationshipattribute patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Relationshipattribute put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-