public static interface ListComponentTypesFilter.Builder extends SdkPojo, CopyableBuilder<ListComponentTypesFilter.Builder,ListComponentTypesFilter>
| Modifier and Type | Method and Description |
|---|---|
ListComponentTypesFilter.Builder |
extendsFrom(String extendsFrom)
The component type that the component types in the list extend.
|
ListComponentTypesFilter.Builder |
isAbstract(Boolean isAbstract)
A Boolean value that specifies whether the component types in the list are abstract.
|
ListComponentTypesFilter.Builder |
namespace(String namespace)
The namespace to which the component types in the list belong.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListComponentTypesFilter.Builder extendsFrom(String extendsFrom)
The component type that the component types in the list extend.
extendsFrom - The component type that the component types in the list extend.ListComponentTypesFilter.Builder namespace(String namespace)
The namespace to which the component types in the list belong.
namespace - The namespace to which the component types in the list belong.ListComponentTypesFilter.Builder isAbstract(Boolean isAbstract)
A Boolean value that specifies whether the component types in the list are abstract.
isAbstract - A Boolean value that specifies whether the component types in the list are abstract.Copyright © 2023. All rights reserved.