public static interface FormEntryInput.Builder extends SdkPojo, CopyableBuilder<FormEntryInput.Builder,FormEntryInput>
| Modifier and Type | Method and Description |
|---|---|
FormEntryInput.Builder |
required(Boolean required)
Specifies whether a form entry is required.
|
FormEntryInput.Builder |
typeIdentifier(String typeIdentifier)
The type ID of the form entry.
|
FormEntryInput.Builder |
typeRevision(String typeRevision)
The type revision of the form entry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFormEntryInput.Builder required(Boolean required)
Specifies whether a form entry is required.
required - Specifies whether a form entry is required.FormEntryInput.Builder typeIdentifier(String typeIdentifier)
The type ID of the form entry.
typeIdentifier - The type ID of the form entry.FormEntryInput.Builder typeRevision(String typeRevision)
The type revision of the form entry.
typeRevision - The type revision of the form entry.Copyright © 2023. All rights reserved.