Package microsoft.dynamics.crm.complex
Class RetrievePrincipalSyncAttributeMappingsResponse.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.RetrievePrincipalSyncAttributeMappingsResponse.Builder
-
- Enclosing class:
- RetrievePrincipalSyncAttributeMappingsResponse
public static final class RetrievePrincipalSyncAttributeMappingsResponse.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RetrievePrincipalSyncAttributeMappingsResponse.BuilderattributeMappings(List<AttributeMapping> attributeMappings)RetrievePrincipalSyncAttributeMappingsResponse.BuilderattributeMappings(AttributeMapping... attributeMappings)RetrievePrincipalSyncAttributeMappingsResponse.BuilderattributeMappingsNextLink(String attributeMappingsNextLink)RetrievePrincipalSyncAttributeMappingsResponsebuild()
-
-
-
Method Detail
-
attributeMappings
public RetrievePrincipalSyncAttributeMappingsResponse.Builder attributeMappings(List<AttributeMapping> attributeMappings)
-
attributeMappings
public RetrievePrincipalSyncAttributeMappingsResponse.Builder attributeMappings(AttributeMapping... attributeMappings)
-
attributeMappingsNextLink
public RetrievePrincipalSyncAttributeMappingsResponse.Builder attributeMappingsNextLink(String attributeMappingsNextLink)
-
build
public RetrievePrincipalSyncAttributeMappingsResponse build()
-
-