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