Uses of Class
microsoft.dynamics.crm.complex.DependentAttributeMetadataCollection.Builder
-
Packages that use DependentAttributeMetadataCollection.Builder Package Description microsoft.dynamics.crm.complex -
-
Uses of DependentAttributeMetadataCollection.Builder in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return DependentAttributeMetadataCollection.Builder Modifier and Type Method Description static DependentAttributeMetadataCollection.BuilderDependentAttributeMetadataCollection. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).DependentAttributeMetadataCollection.BuilderDependentAttributeMetadataCollection.Builder. dependentAttributes(List<DependentAttributeMetadata> dependentAttributes)DependentAttributeMetadataCollection.BuilderDependentAttributeMetadataCollection.Builder. dependentAttributes(DependentAttributeMetadata... dependentAttributes)DependentAttributeMetadataCollection.BuilderDependentAttributeMetadataCollection.Builder. dependentAttributesNextLink(String dependentAttributesNextLink)
-