Package microsoft.dynamics.crm.complex
Class RelationshipAuditDetail
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AuditDetail
-
- microsoft.dynamics.crm.complex.RelationshipAuditDetail
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class RelationshipAuditDetail extends AuditDetail implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRelationshipAuditDetail.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringrelationshipName-
Fields inherited from class microsoft.dynamics.crm.complex.AuditDetail
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRelationshipAuditDetail()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RelationshipAuditDetail.BuilderbuilderRelationshipAuditDetail()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getRelationshipName()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()RelationshipAuditDetailwithRelationshipName(String relationshipName)RelationshipAuditDetailwithUnmappedField(String name, String value)-
Methods inherited from class microsoft.dynamics.crm.complex.AuditDetail
builder
-
-
-
-
Field Detail
-
relationshipName
protected String relationshipName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAuditDetail
-
withRelationshipName
public RelationshipAuditDetail withRelationshipName(String relationshipName)
-
withUnmappedField
public RelationshipAuditDetail withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classAuditDetail
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAuditDetail
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAuditDetail
-
builderRelationshipAuditDetail
public static RelationshipAuditDetail.Builder builderRelationshipAuditDetail()
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
-
toString
public String toString()
- Overrides:
toStringin classAuditDetail
-
-