| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex | |
| microsoft.dynamics.crm.container |
| Modifier and Type | Field and Description |
|---|---|
protected PagingInfo |
QueryExpression.pageInfo |
protected PagingInfo |
QueryByAttribute.pageInfo |
protected PagingInfo |
LookupEntityInfo.pagingInfo |
| Modifier and Type | Method and Description |
|---|---|
PagingInfo |
PagingInfo.Builder.build() |
PagingInfo |
PagingInfo.withCount(Integer count) |
PagingInfo |
PagingInfo.withPageNumber(Integer pageNumber) |
PagingInfo |
PagingInfo.withPagingCookie(String pagingCookie) |
PagingInfo |
PagingInfo.withReturnTotalRecordCount(Boolean returnTotalRecordCount) |
PagingInfo |
PagingInfo.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Optional<PagingInfo> |
QueryExpression.getPageInfo() |
Optional<PagingInfo> |
QueryByAttribute.getPageInfo() |
Optional<PagingInfo> |
LookupEntityInfo.getPagingInfo() |
| Modifier and Type | Method and Description |
|---|---|
QueryExpression.Builder |
QueryExpression.Builder.pageInfo(PagingInfo pageInfo) |
QueryByAttribute.Builder |
QueryByAttribute.Builder.pageInfo(PagingInfo pageInfo) |
LookupEntityInfo.Builder |
LookupEntityInfo.Builder.pagingInfo(PagingInfo pagingInfo) |
QueryExpression |
QueryExpression.withPageInfo(PagingInfo pageInfo) |
QueryByAttribute |
QueryByAttribute.withPageInfo(PagingInfo pageInfo) |
LookupEntityInfo |
LookupEntityInfo.withPagingInfo(PagingInfo pagingInfo) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<RetrieveAttributeChangeHistoryResponse> |
System.retrieveAttributeChangeHistory(Crmbaseentity target,
String attributeLogicalName,
PagingInfo pagingInfo) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Crmbaseentity> |
System.retrieveDuplicates(Crmbaseentity businessEntity,
String matchingEntityName,
PagingInfo pagingInfo) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<RetrieveParsedDataImportFileResponse> |
System.retrieveParsedDataImportFile(String importFileId,
PagingInfo pagingInfo) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<RetrieveRecordChangeHistoryResponse> |
System.retrieveRecordChangeHistory(Crmbaseentity target,
PagingInfo pagingInfo) |
Copyright © 2018–2021. All rights reserved.