static NamespaceFilter.Builder |
NamespaceFilter.builder() |
|
NamespaceFilter.Builder |
NamespaceFilter.Builder.condition(String condition) |
Specify the operator that you want to use to determine whether a namespace matches the specified value.
|
NamespaceFilter.Builder |
NamespaceFilter.Builder.condition(FilterCondition condition) |
Specify the operator that you want to use to determine whether a namespace matches the specified value.
|
NamespaceFilter.Builder |
NamespaceFilter.Builder.name(String name) |
Specify the namespaces that you want to get using one of the following.
|
NamespaceFilter.Builder |
NamespaceFilter.Builder.name(NamespaceFilterName name) |
Specify the namespaces that you want to get using one of the following.
|
NamespaceFilter.Builder |
NamespaceFilter.toBuilder() |
|
NamespaceFilter.Builder |
NamespaceFilter.Builder.values(String... values) |
Specify the values that are applicable to the value that you specify for Name.
|
NamespaceFilter.Builder |
NamespaceFilter.Builder.values(Collection<String> values) |
Specify the values that are applicable to the value that you specify for Name.
|