Package microsoft.dynamics.crm.complex
Class DependentAttributeMetadataCollection.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.DependentAttributeMetadataCollection.Builder
-
- Enclosing class:
- DependentAttributeMetadataCollection
public static final class DependentAttributeMetadataCollection.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependentAttributeMetadataCollectionbuild()DependentAttributeMetadataCollection.BuilderdependentAttributes(List<DependentAttributeMetadata> dependentAttributes)DependentAttributeMetadataCollection.BuilderdependentAttributes(DependentAttributeMetadata... dependentAttributes)DependentAttributeMetadataCollection.BuilderdependentAttributesNextLink(String dependentAttributesNextLink)
-
-
-
Method Detail
-
dependentAttributes
public DependentAttributeMetadataCollection.Builder dependentAttributes(List<DependentAttributeMetadata> dependentAttributes)
-
dependentAttributes
public DependentAttributeMetadataCollection.Builder dependentAttributes(DependentAttributeMetadata... dependentAttributes)
-
dependentAttributesNextLink
public DependentAttributeMetadataCollection.Builder dependentAttributesNextLink(String dependentAttributesNextLink)
-
build
public DependentAttributeMetadataCollection build()
-
-