Class BulkDriverActionResult.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.BulkDriverActionResult.Builder
-
- Enclosing class:
- BulkDriverActionResult
public static final class BulkDriverActionResult.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkDriverActionResultbuild()BulkDriverActionResult.BuilderfailedDriverIds(String... failedDriverIds)“List of driver Ids where the action is failed.”BulkDriverActionResult.BuilderfailedDriverIds(List<String> failedDriverIds)“List of driver Ids where the action is failed.”BulkDriverActionResult.BuilderfailedDriverIdsNextLink(String failedDriverIdsNextLink)“List of driver Ids where the action is failed.”BulkDriverActionResult.BuildernotFoundDriverIds(String... notFoundDriverIds)“List of driver Ids that are not found.”BulkDriverActionResult.BuildernotFoundDriverIds(List<String> notFoundDriverIds)“List of driver Ids that are not found.”BulkDriverActionResult.BuildernotFoundDriverIdsNextLink(String notFoundDriverIdsNextLink)“List of driver Ids that are not found.”BulkDriverActionResult.BuildersuccessfulDriverIds(String... successfulDriverIds)“List of driver Ids where the action is successful.”BulkDriverActionResult.BuildersuccessfulDriverIds(List<String> successfulDriverIds)“List of driver Ids where the action is successful.”BulkDriverActionResult.BuildersuccessfulDriverIdsNextLink(String successfulDriverIdsNextLink)“List of driver Ids where the action is successful.”
-
-
-
Method Detail
-
failedDriverIds
public BulkDriverActionResult.Builder failedDriverIds(List<String> failedDriverIds)
“List of driver Ids where the action is failed.”- Parameters:
failedDriverIds- value offailedDriverIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
failedDriverIds
public BulkDriverActionResult.Builder failedDriverIds(String... failedDriverIds)
“List of driver Ids where the action is failed.”- Parameters:
failedDriverIds- value offailedDriverIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
failedDriverIdsNextLink
public BulkDriverActionResult.Builder failedDriverIdsNextLink(String failedDriverIdsNextLink)
“List of driver Ids where the action is failed.”- Parameters:
failedDriverIdsNextLink- value offailedDriverIds@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notFoundDriverIds
public BulkDriverActionResult.Builder notFoundDriverIds(List<String> notFoundDriverIds)
“List of driver Ids that are not found.”- Parameters:
notFoundDriverIds- value ofnotFoundDriverIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notFoundDriverIds
public BulkDriverActionResult.Builder notFoundDriverIds(String... notFoundDriverIds)
“List of driver Ids that are not found.”- Parameters:
notFoundDriverIds- value ofnotFoundDriverIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notFoundDriverIdsNextLink
public BulkDriverActionResult.Builder notFoundDriverIdsNextLink(String notFoundDriverIdsNextLink)
“List of driver Ids that are not found.”- Parameters:
notFoundDriverIdsNextLink- value ofnotFoundDriverIds@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
successfulDriverIds
public BulkDriverActionResult.Builder successfulDriverIds(List<String> successfulDriverIds)
“List of driver Ids where the action is successful.”- Parameters:
successfulDriverIds- value ofsuccessfulDriverIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
successfulDriverIds
public BulkDriverActionResult.Builder successfulDriverIds(String... successfulDriverIds)
“List of driver Ids where the action is successful.”- Parameters:
successfulDriverIds- value ofsuccessfulDriverIdsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
successfulDriverIdsNextLink
public BulkDriverActionResult.Builder successfulDriverIdsNextLink(String successfulDriverIdsNextLink)
“List of driver Ids where the action is successful.”- Parameters:
successfulDriverIdsNextLink- value ofsuccessfulDriverIds@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public BulkDriverActionResult build()
-
-