Package microsoft.dynamics.crm.complex
Class GetValidManyToManyResponse.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.GetValidManyToManyResponse.Builder
-
- Enclosing class:
- GetValidManyToManyResponse
public static final class GetValidManyToManyResponse.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetValidManyToManyResponsebuild()GetValidManyToManyResponse.BuilderentityNames(String... entityNames)GetValidManyToManyResponse.BuilderentityNames(List<String> entityNames)GetValidManyToManyResponse.BuilderentityNamesNextLink(String entityNamesNextLink)
-
-
-
Method Detail
-
entityNames
public GetValidManyToManyResponse.Builder entityNames(List<String> entityNames)
-
entityNames
public GetValidManyToManyResponse.Builder entityNames(String... entityNames)
-
entityNamesNextLink
public GetValidManyToManyResponse.Builder entityNamesNextLink(String entityNamesNextLink)
-
build
public GetValidManyToManyResponse build()
-
-