public class CustomerCustomAttributeFilterValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomerCustomAttributeFilterValue.Builder
Class to build instances of
CustomerCustomAttributeFilterValue. |
| Modifier | Constructor and Description |
|---|---|
|
CustomerCustomAttributeFilterValue(CustomerTextFilter email,
CustomerTextFilter phone,
CustomerTextFilter text,
FilterValue selection,
TimeRange date,
FloatNumberRange number,
Boolean mBoolean,
CustomerAddressFilter address)
Initialization constructor.
|
protected |
CustomerCustomAttributeFilterValue(CustomerTextFilter email,
CustomerTextFilter phone,
CustomerTextFilter text,
FilterValue selection,
TimeRange date,
FloatNumberRange number,
io.apimatic.core.types.OptionalNullable<Boolean> mBoolean,
CustomerAddressFilter address)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CustomerAddressFilter |
getAddress()
Getter for Address.
|
TimeRange |
getDate()
Getter for Date.
|
CustomerTextFilter |
getEmail()
Getter for Email.
|
Boolean |
getMBoolean()
Getter for MBoolean.
|
FloatNumberRange |
getNumber()
Getter for Number.
|
CustomerTextFilter |
getPhone()
Getter for Phone.
|
FilterValue |
getSelection()
Getter for Selection.
|
CustomerTextFilter |
getText()
Getter for Text.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetMBoolean()
Internal Getter for MBoolean.
|
CustomerCustomAttributeFilterValue.Builder |
toBuilder()
Builds a new
CustomerCustomAttributeFilterValue.Builder object. |
String |
toString()
Converts this CustomerCustomAttributeFilterValue into string format.
|
public CustomerCustomAttributeFilterValue(CustomerTextFilter email, CustomerTextFilter phone, CustomerTextFilter text, FilterValue selection, TimeRange date, FloatNumberRange number, Boolean mBoolean, CustomerAddressFilter address)
email - CustomerTextFilter value for email.phone - CustomerTextFilter value for phone.text - CustomerTextFilter value for text.selection - FilterValue value for selection.date - TimeRange value for date.number - FloatNumberRange value for number.mBoolean - Boolean value for mBoolean.address - CustomerAddressFilter value for address.protected CustomerCustomAttributeFilterValue(CustomerTextFilter email, CustomerTextFilter phone, CustomerTextFilter text, FilterValue selection, TimeRange date, FloatNumberRange number, io.apimatic.core.types.OptionalNullable<Boolean> mBoolean, CustomerAddressFilter address)
public CustomerTextFilter getEmail()
public CustomerTextFilter getPhone()
public CustomerTextFilter getText()
public FilterValue getSelection()
public TimeRange getDate()
public FloatNumberRange getNumber()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetMBoolean()
public Boolean getMBoolean()
public CustomerAddressFilter getAddress()
public String toString()
public CustomerCustomAttributeFilterValue.Builder toBuilder()
CustomerCustomAttributeFilterValue.Builder object.
Creates the instance with the state of the current model.CustomerCustomAttributeFilterValue.Builder objectCopyright © 2023. All rights reserved.