public static interface AdvancedFieldSelector.Builder extends SdkPojo, CopyableBuilder<AdvancedFieldSelector.Builder,AdvancedFieldSelector>
| Modifier and Type | Method and Description |
|---|---|
AdvancedFieldSelector.Builder |
endsWith(Collection<String> endsWith)
Sets the value of the EndsWith property for this object.
|
AdvancedFieldSelector.Builder |
endsWith(String... endsWith)
Sets the value of the EndsWith property for this object.
|
AdvancedFieldSelector.Builder |
equalsValue(Collection<String> equals)
Sets the value of the Equals property for this object.
|
AdvancedFieldSelector.Builder |
equalsValue(String... equals)
Sets the value of the Equals property for this object.
|
AdvancedFieldSelector.Builder |
field(String field)
Sets the value of the Field property for this object.
|
AdvancedFieldSelector.Builder |
notEndsWith(Collection<String> notEndsWith)
Sets the value of the NotEndsWith property for this object.
|
AdvancedFieldSelector.Builder |
notEndsWith(String... notEndsWith)
Sets the value of the NotEndsWith property for this object.
|
AdvancedFieldSelector.Builder |
notEquals(Collection<String> notEquals)
Sets the value of the NotEquals property for this object.
|
AdvancedFieldSelector.Builder |
notEquals(String... notEquals)
Sets the value of the NotEquals property for this object.
|
AdvancedFieldSelector.Builder |
notStartsWith(Collection<String> notStartsWith)
Sets the value of the NotStartsWith property for this object.
|
AdvancedFieldSelector.Builder |
notStartsWith(String... notStartsWith)
Sets the value of the NotStartsWith property for this object.
|
AdvancedFieldSelector.Builder |
startsWith(Collection<String> startsWith)
Sets the value of the StartsWith property for this object.
|
AdvancedFieldSelector.Builder |
startsWith(String... startsWith)
Sets the value of the StartsWith property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAdvancedFieldSelector.Builder field(String field)
field - The new value for the Field property for this object.AdvancedFieldSelector.Builder equalsValue(Collection<String> equals)
equals - The new value for the Equals property for this object.AdvancedFieldSelector.Builder equalsValue(String... equals)
equals - The new value for the Equals property for this object.AdvancedFieldSelector.Builder startsWith(Collection<String> startsWith)
startsWith - The new value for the StartsWith property for this object.AdvancedFieldSelector.Builder startsWith(String... startsWith)
startsWith - The new value for the StartsWith property for this object.AdvancedFieldSelector.Builder endsWith(Collection<String> endsWith)
endsWith - The new value for the EndsWith property for this object.AdvancedFieldSelector.Builder endsWith(String... endsWith)
endsWith - The new value for the EndsWith property for this object.AdvancedFieldSelector.Builder notEquals(Collection<String> notEquals)
notEquals - The new value for the NotEquals property for this object.AdvancedFieldSelector.Builder notEquals(String... notEquals)
notEquals - The new value for the NotEquals property for this object.AdvancedFieldSelector.Builder notStartsWith(Collection<String> notStartsWith)
notStartsWith - The new value for the NotStartsWith property for this object.AdvancedFieldSelector.Builder notStartsWith(String... notStartsWith)
notStartsWith - The new value for the NotStartsWith property for this object.AdvancedFieldSelector.Builder notEndsWith(Collection<String> notEndsWith)
notEndsWith - The new value for the NotEndsWith property for this object.AdvancedFieldSelector.Builder notEndsWith(String... notEndsWith)
notEndsWith - The new value for the NotEndsWith property for this object.Copyright © 2020. All rights reserved.