Package microsoft.dynamics.crm.complex
Class DependentRelationshipCollection.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.DependentRelationshipCollection.Builder
-
- Enclosing class:
- DependentRelationshipCollection
public static final class DependentRelationshipCollection.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependentRelationshipCollectionbuild()DependentRelationshipCollection.BuilderdependentRelationships(List<DependentRelationship> dependentRelationships)DependentRelationshipCollection.BuilderdependentRelationships(DependentRelationship... dependentRelationships)DependentRelationshipCollection.BuilderdependentRelationshipsNextLink(String dependentRelationshipsNextLink)
-
-
-
Method Detail
-
dependentRelationships
public DependentRelationshipCollection.Builder dependentRelationships(List<DependentRelationship> dependentRelationships)
-
dependentRelationships
public DependentRelationshipCollection.Builder dependentRelationships(DependentRelationship... dependentRelationships)
-
dependentRelationshipsNextLink
public DependentRelationshipCollection.Builder dependentRelationshipsNextLink(String dependentRelationshipsNextLink)
-
build
public DependentRelationshipCollection build()
-
-