BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.Builder.blueprints(Collection<Blueprint> blueprints) |
Returns a list of blueprint as a Blueprints object.
|
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.Builder.blueprints(Consumer<Blueprint.Builder>... blueprints) |
Returns a list of blueprint as a Blueprints object.
|
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.Builder.blueprints(Blueprint... blueprints) |
Returns a list of blueprint as a Blueprints object.
|
static BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.builder() |
|
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.Builder.missingBlueprints(String... missingBlueprints) |
Returns a list of BlueprintNames that were not found.
|
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.Builder.missingBlueprints(Collection<String> missingBlueprints) |
Returns a list of BlueprintNames that were not found.
|
BatchGetBlueprintsResponse.Builder |
BatchGetBlueprintsResponse.toBuilder() |
|