Package microsoft.dynamics.crm.complex
Class AuditDetailCollection
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AuditDetailCollection
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AuditDetailCollection extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuditDetailCollection.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<AuditDetail>auditDetailsprotected StringauditDetailsNextLinkprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected BooleanmoreRecordsprotected StringodataTypeprotected StringpagingCookieprotected IntegertotalRecordCountprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAuditDetailCollection()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuditDetailCollection.Builderbuilder()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.CollectionPage<AuditDetail>getAuditDetails()com.github.davidmoten.odata.client.CollectionPage<AuditDetail>getAuditDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<Boolean>getMoreRecords()Optional<String>getPagingCookie()Optional<Integer>getTotalRecordCount()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AuditDetailCollectionwithMoreRecords(Boolean moreRecords)AuditDetailCollectionwithPagingCookie(String pagingCookie)AuditDetailCollectionwithTotalRecordCount(Integer totalRecordCount)AuditDetailCollectionwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
auditDetails
protected List<AuditDetail> auditDetails
-
auditDetailsNextLink
protected String auditDetailsNextLink
-
moreRecords
protected Boolean moreRecords
-
pagingCookie
protected String pagingCookie
-
totalRecordCount
protected Integer totalRecordCount
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getAuditDetails
public com.github.davidmoten.odata.client.CollectionPage<AuditDetail> getAuditDetails()
-
getAuditDetails
public com.github.davidmoten.odata.client.CollectionPage<AuditDetail> getAuditDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withMoreRecords
public AuditDetailCollection withMoreRecords(Boolean moreRecords)
-
withPagingCookie
public AuditDetailCollection withPagingCookie(String pagingCookie)
-
withTotalRecordCount
public AuditDetailCollection withTotalRecordCount(Integer totalRecordCount)
-
withUnmappedField
public AuditDetailCollection withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static AuditDetailCollection.Builder builder()
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
-
-