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