static BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.builder() |
|
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.Builder.customEntityTypes(Collection<CustomEntityType> customEntityTypes) |
A list of CustomEntityType objects representing the custom patterns that have been created.
|
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.Builder.customEntityTypes(Consumer<CustomEntityType.Builder>... customEntityTypes) |
A list of CustomEntityType objects representing the custom patterns that have been created.
|
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.Builder.customEntityTypes(CustomEntityType... customEntityTypes) |
A list of CustomEntityType objects representing the custom patterns that have been created.
|
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.Builder.customEntityTypesNotFound(String... customEntityTypesNotFound) |
A list of the names of custom patterns that were not found.
|
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.Builder.customEntityTypesNotFound(Collection<String> customEntityTypesNotFound) |
A list of the names of custom patterns that were not found.
|
BatchGetCustomEntityTypesResponse.Builder |
BatchGetCustomEntityTypesResponse.toBuilder() |
|