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