public class Field
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Field.Type
The type of the field.
|
Modifier and Type | Method and Description |
---|---|
String |
getCollectionId()
Gets the collectionId.
|
String |
getField()
Gets the field.
|
String |
getType()
Gets the type.
|
public String getField()
The name of the field.
public String getType()
The type of the field.
public String getCollectionId()
The collection Id of the collection where the field was found.
Copyright © 2023 IBM Cloud. All rights reserved.