@Generated(value="OracleSDKGenerator", comments="API Version: 20190506") public final class ValueListEntity extends Entity
Metadata for a value list entity.
Note: Objects should always be created or deserialized using the ValueListEntity.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the ValueListEntity.Builder
, which maintain a
set of all explicitly set fields called ValueListEntity.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ValueListEntity.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ValueListEntity(String id,
String name,
List<StaticEntityValue> values)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ValueListEntity.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<StaticEntityValue> |
getValues()
List of values for a value list entity.
|
int |
hashCode() |
ValueListEntity.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public ValueListEntity(String id, String name, List<StaticEntityValue> values)
public static ValueListEntity.Builder builder()
Create a new builder.
public ValueListEntity.Builder toBuilder()
public List<StaticEntityValue> getValues()
List of values for a value list entity.
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
Copyright © 2016–2025. All rights reserved.