Uses of Class
microsoft.dynamics.crm.complex.Collection_Int32_String.Builder
-
Packages that use Collection_Int32_String.Builder Package Description microsoft.dynamics.crm.complex -
-
Uses of Collection_Int32_String.Builder in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return Collection_Int32_String.Builder Modifier and Type Method Description static Collection_Int32_String.BuilderCollection_Int32_String. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Collection_Int32_String.BuilderCollection_Int32_String.Builder. count(Integer count)Collection_Int32_String.BuilderCollection_Int32_String.Builder. keys(Integer... keys)Collection_Int32_String.BuilderCollection_Int32_String.Builder. keys(List<Integer> keys)Collection_Int32_String.BuilderCollection_Int32_String.Builder. keysNextLink(String keysNextLink)Collection_Int32_String.BuilderCollection_Int32_String.Builder. values(String... values)Collection_Int32_String.BuilderCollection_Int32_String.Builder. values(List<String> values)Collection_Int32_String.BuilderCollection_Int32_String.Builder. valuesNextLink(String valuesNextLink)
-