Uses of Class
microsoft.dynamics.crm.complex.EntityRecordCountCollection
-
Packages that use EntityRecordCountCollection Package Description microsoft.dynamics.crm.complex -
-
Uses of EntityRecordCountCollection in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as EntityRecordCountCollection Modifier and Type Field Description protected EntityRecordCountCollectionRetrieveTotalRecordCountResponse. entityRecordCountCollectionMethods in microsoft.dynamics.crm.complex that return EntityRecordCountCollection Modifier and Type Method Description EntityRecordCountCollectionEntityRecordCountCollection.Builder. build()EntityRecordCountCollectionEntityRecordCountCollection. withCount(Integer count)EntityRecordCountCollectionEntityRecordCountCollection. withIsReadOnly(Boolean isReadOnly)EntityRecordCountCollectionEntityRecordCountCollection. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type EntityRecordCountCollection Modifier and Type Method Description Optional<EntityRecordCountCollection>RetrieveTotalRecordCountResponse. getEntityRecordCountCollection()Methods in microsoft.dynamics.crm.complex with parameters of type EntityRecordCountCollection Modifier and Type Method Description RetrieveTotalRecordCountResponse.BuilderRetrieveTotalRecordCountResponse.Builder. entityRecordCountCollection(EntityRecordCountCollection entityRecordCountCollection)RetrieveTotalRecordCountResponseRetrieveTotalRecordCountResponse. withEntityRecordCountCollection(EntityRecordCountCollection entityRecordCountCollection)
-