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