public class CustomerCreationSourceFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomerCreationSourceFilter.Builder
Class to build instances of
CustomerCreationSourceFilter. |
| Modifier | Constructor and Description |
|---|---|
|
CustomerCreationSourceFilter(List<String> values,
String rule)
Initialization constructor.
|
protected |
CustomerCreationSourceFilter(io.apimatic.core.types.OptionalNullable<List<String>> values,
String rule)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRule()
Getter for Rule.
|
List<String> |
getValues()
Getter for Values.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetValues()
Internal Getter for Values.
|
CustomerCreationSourceFilter.Builder |
toBuilder()
Builds a new
CustomerCreationSourceFilter.Builder object. |
String |
toString()
Converts this CustomerCreationSourceFilter into string format.
|
public CustomerCreationSourceFilter(List<String> values, String rule)
values - List of String value for values.rule - String value for rule.protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetValues()
public List<String> getValues()
public String getRule()
public String toString()
public CustomerCreationSourceFilter.Builder toBuilder()
CustomerCreationSourceFilter.Builder object.
Creates the instance with the state of the current model.CustomerCreationSourceFilter.Builder objectCopyright © 2024. All rights reserved.