public static interface AppliedExtension.Builder extends SdkPojo, CopyableBuilder<AppliedExtension.Builder,AppliedExtension>
| Modifier and Type | Method and Description |
|---|---|
AppliedExtension.Builder |
extensionAssociationId(String extensionAssociationId)
The system-generated ID for the association.
|
AppliedExtension.Builder |
extensionId(String extensionId)
The system-generated ID of the extension.
|
AppliedExtension.Builder |
parameters(Map<String,String> parameters)
One or more parameters for the actions called by the extension.
|
AppliedExtension.Builder |
versionNumber(Integer versionNumber)
The extension version number.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppliedExtension.Builder extensionId(String extensionId)
The system-generated ID of the extension.
extensionId - The system-generated ID of the extension.AppliedExtension.Builder extensionAssociationId(String extensionAssociationId)
The system-generated ID for the association.
extensionAssociationId - The system-generated ID for the association.AppliedExtension.Builder versionNumber(Integer versionNumber)
The extension version number.
versionNumber - The extension version number.AppliedExtension.Builder parameters(Map<String,String> parameters)
One or more parameters for the actions called by the extension.
parameters - One or more parameters for the actions called by the extension.Copyright © 2023. All rights reserved.