public static interface FormOutput.Builder extends SdkPojo, CopyableBuilder<FormOutput.Builder,FormOutput>
| Modifier and Type | Method and Description |
|---|---|
FormOutput.Builder |
content(String content)
The content of the metadata form.
|
FormOutput.Builder |
formName(String formName)
The name of the metadata form.
|
FormOutput.Builder |
typeName(String typeName)
The name of the metadata form type.
|
FormOutput.Builder |
typeRevision(String typeRevision)
The revision of the metadata form type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFormOutput.Builder content(String content)
The content of the metadata form.
content - The content of the metadata form.FormOutput.Builder formName(String formName)
The name of the metadata form.
formName - The name of the metadata form.FormOutput.Builder typeName(String typeName)
The name of the metadata form type.
typeName - The name of the metadata form type.FormOutput.Builder typeRevision(String typeRevision)
The revision of the metadata form type.
typeRevision - The revision of the metadata form type.Copyright © 2023. All rights reserved.