public static interface UiTemplateInfo.Builder extends SdkPojo, CopyableBuilder<UiTemplateInfo.Builder,UiTemplateInfo>
Modifier and Type | Method and Description |
---|---|
UiTemplateInfo.Builder |
contentSha256(String contentSha256)
The SHA-256 digest of the contents of the template.
|
UiTemplateInfo.Builder |
url(String url)
The URL for the user interface template.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
UiTemplateInfo.Builder url(String url)
The URL for the user interface template.
url
- The URL for the user interface template.UiTemplateInfo.Builder contentSha256(String contentSha256)
The SHA-256 digest of the contents of the template.
contentSha256
- The SHA-256 digest of the contents of the template.Copyright © 2020. All rights reserved.