Package | Description |
---|---|
com.oracle.bmc.resourcesearch.model |
Modifier and Type | Method and Description |
---|---|
QueryableFieldDescription |
QueryableFieldDescription.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<QueryableFieldDescription> |
ResourceType.getFields()
List of all the fields and their value type that are indexed for querying.
|
List<QueryableFieldDescription> |
QueryableFieldDescription.getObjectProperties()
If the field type is
OBJECT , then this property will provide all the individual
properties of the object that can be queried. |
Modifier and Type | Method and Description |
---|---|
QueryableFieldDescription.Builder |
QueryableFieldDescription.Builder.copy(QueryableFieldDescription model) |
Modifier and Type | Method and Description |
---|---|
ResourceType.Builder |
ResourceType.Builder.fields(List<QueryableFieldDescription> fields)
List of all the fields and their value type that are indexed for querying.
|
QueryableFieldDescription.Builder |
QueryableFieldDescription.Builder.objectProperties(List<QueryableFieldDescription> objectProperties)
If the field type is
OBJECT , then this property will provide all the individual
properties of the object that can be queried. |
Constructor and Description |
---|
QueryableFieldDescription(QueryableFieldDescription.FieldType fieldType,
String fieldName,
Boolean isArray,
List<QueryableFieldDescription> objectProperties)
Deprecated.
|
ResourceType(String name,
List<QueryableFieldDescription> fields)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.