public class FilterValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FilterValue.Builder
Class to build instances of
FilterValue. |
| Modifier | Constructor and Description |
|---|---|
|
FilterValue(List<String> all,
List<String> any,
List<String> none)
Initialization constructor.
|
protected |
FilterValue(io.apimatic.core.types.OptionalNullable<List<String>> all,
io.apimatic.core.types.OptionalNullable<List<String>> any,
io.apimatic.core.types.OptionalNullable<List<String>> none)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getAll()
Getter for All.
|
List<String> |
getAny()
Getter for Any.
|
List<String> |
getNone()
Getter for None.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetAll()
Internal Getter for All.
|
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetAny()
Internal Getter for Any.
|
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetNone()
Internal Getter for None.
|
FilterValue.Builder |
toBuilder()
Builds a new
FilterValue.Builder object. |
String |
toString()
Converts this FilterValue into string format.
|
public FilterValue(List<String> all, List<String> any, List<String> none)
all - List of String value for all.any - List of String value for any.none - List of String value for none.protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetAll()
public List<String> getAll()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetAny()
public List<String> getAny()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetNone()
public List<String> getNone()
public String toString()
public FilterValue.Builder toBuilder()
FilterValue.Builder object.
Creates the instance with the state of the current model.FilterValue.Builder objectCopyright © 2023. All rights reserved.