Package microsoft.dynamics.crm.complex
Class EntityRecordCountCollection.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.EntityRecordCountCollection.Builder
-
- Enclosing class:
- EntityRecordCountCollection
public static final class EntityRecordCountCollection.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityRecordCountCollectionbuild()EntityRecordCountCollection.Buildercount(Integer count)EntityRecordCountCollection.BuilderisReadOnly(Boolean isReadOnly)EntityRecordCountCollection.Builderkeys(String... keys)EntityRecordCountCollection.Builderkeys(List<String> keys)EntityRecordCountCollection.BuilderkeysNextLink(String keysNextLink)EntityRecordCountCollection.Buildervalues(Long... values)EntityRecordCountCollection.Buildervalues(List<Long> values)EntityRecordCountCollection.BuildervaluesNextLink(String valuesNextLink)
-
-
-
Method Detail
-
count
public EntityRecordCountCollection.Builder count(Integer count)
-
isReadOnly
public EntityRecordCountCollection.Builder isReadOnly(Boolean isReadOnly)
-
keys
public EntityRecordCountCollection.Builder keys(List<String> keys)
-
keys
public EntityRecordCountCollection.Builder keys(String... keys)
-
keysNextLink
public EntityRecordCountCollection.Builder keysNextLink(String keysNextLink)
-
values
public EntityRecordCountCollection.Builder values(List<Long> values)
-
values
public EntityRecordCountCollection.Builder values(Long... values)
-
valuesNextLink
public EntityRecordCountCollection.Builder valuesNextLink(String valuesNextLink)
-
build
public EntityRecordCountCollection build()
-
-