Uses of Class
microsoft.dynamics.crm.complex.PagingInfo
-
Packages that use PagingInfo Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container -
-
Uses of PagingInfo in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as PagingInfo Modifier and Type Field Description protected PagingInfoQueryByAttribute. pageInfoprotected PagingInfoQueryExpression. pageInfoprotected PagingInfoLookupEntityInfo. pagingInfoMethods in microsoft.dynamics.crm.complex that return PagingInfo Modifier and Type Method Description PagingInfoPagingInfo.Builder. build()PagingInfoPagingInfo. withCount(Integer count)PagingInfoPagingInfo. withPageNumber(Integer pageNumber)PagingInfoPagingInfo. withPagingCookie(String pagingCookie)PagingInfoPagingInfo. withReturnTotalRecordCount(Boolean returnTotalRecordCount)PagingInfoPagingInfo. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type PagingInfo Modifier and Type Method Description Optional<PagingInfo>QueryByAttribute. getPageInfo()Optional<PagingInfo>QueryExpression. getPageInfo()Optional<PagingInfo>LookupEntityInfo. getPagingInfo()Methods in microsoft.dynamics.crm.complex with parameters of type PagingInfo Modifier and Type Method Description QueryByAttribute.BuilderQueryByAttribute.Builder. pageInfo(PagingInfo pageInfo)QueryExpression.BuilderQueryExpression.Builder. pageInfo(PagingInfo pageInfo)LookupEntityInfo.BuilderLookupEntityInfo.Builder. pagingInfo(PagingInfo pagingInfo)QueryByAttributeQueryByAttribute. withPageInfo(PagingInfo pageInfo)QueryExpressionQueryExpression. withPageInfo(PagingInfo pageInfo)LookupEntityInfoLookupEntityInfo. withPagingInfo(PagingInfo pagingInfo) -
Uses of PagingInfo in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container with parameters of type PagingInfo Modifier and Type Method 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(UUID importFileId, PagingInfo pagingInfo)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<RetrieveRecordChangeHistoryResponse>System. retrieveRecordChangeHistory(Crmbaseentity target, PagingInfo pagingInfo)
-