@PublicApi public class FieldValueInfo extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FieldValueInfo.Builder |
static class |
FieldValueInfo.CompleteValueType |
Modifier and Type | Method and Description |
---|---|
FieldValueInfo.CompleteValueType |
getCompleteValueType() |
java.util.concurrent.CompletableFuture<ExecutionResult> |
getFieldValue() |
java.util.List<FieldValueInfo> |
getFieldValueInfos() |
static FieldValueInfo.Builder |
newFieldValueInfo(FieldValueInfo.CompleteValueType completeValueType) |
java.lang.String |
toString() |
public FieldValueInfo.CompleteValueType getCompleteValueType()
public java.util.concurrent.CompletableFuture<ExecutionResult> getFieldValue()
public java.util.List<FieldValueInfo> getFieldValueInfos()
public static FieldValueInfo.Builder newFieldValueInfo(FieldValueInfo.CompleteValueType completeValueType)
public java.lang.String toString()
toString
in class java.lang.Object