Uses of Class
microsoft.dynamics.crm.complex.DependentOptionSetMetadata.Builder
-
Packages that use DependentOptionSetMetadata.Builder Package Description microsoft.dynamics.crm.complex -
-
Uses of DependentOptionSetMetadata.Builder in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return DependentOptionSetMetadata.Builder Modifier and Type Method Description static DependentOptionSetMetadata.BuilderDependentOptionSetMetadata. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).DependentOptionSetMetadata.BuilderDependentOptionSetMetadata.Builder. falseOption(DependentOptionMetadata falseOption)DependentOptionSetMetadata.BuilderDependentOptionSetMetadata.Builder. name(String name)DependentOptionSetMetadata.BuilderDependentOptionSetMetadata.Builder. options(DependentOptionMetadataCollection options)DependentOptionSetMetadata.BuilderDependentOptionSetMetadata.Builder. trueOption(DependentOptionMetadata trueOption)DependentOptionSetMetadata.BuilderDependentOptionSetMetadata.Builder. type(String type)
-