public static interface AssetItemAdditionalAttributes.Builder extends SdkPojo, CopyableBuilder<AssetItemAdditionalAttributes.Builder,AssetItemAdditionalAttributes>
| Modifier and Type | Method and Description |
|---|---|
AssetItemAdditionalAttributes.Builder |
formsOutput(Collection<FormOutput> formsOutput)
The forms included in the additional attributes of an inventory asset.
|
AssetItemAdditionalAttributes.Builder |
formsOutput(Consumer<FormOutput.Builder>... formsOutput)
The forms included in the additional attributes of an inventory asset.
|
AssetItemAdditionalAttributes.Builder |
formsOutput(FormOutput... formsOutput)
The forms included in the additional attributes of an inventory asset.
|
AssetItemAdditionalAttributes.Builder |
readOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only forms included in the additional attributes of an inventory asset.
|
AssetItemAdditionalAttributes.Builder |
readOnlyFormsOutput(Consumer<FormOutput.Builder>... readOnlyFormsOutput)
The read-only forms included in the additional attributes of an inventory asset.
|
AssetItemAdditionalAttributes.Builder |
readOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only forms included in the additional attributes of an inventory asset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetItemAdditionalAttributes.Builder formsOutput(Collection<FormOutput> formsOutput)
The forms included in the additional attributes of an inventory asset.
formsOutput - The forms included in the additional attributes of an inventory asset.AssetItemAdditionalAttributes.Builder formsOutput(FormOutput... formsOutput)
The forms included in the additional attributes of an inventory asset.
formsOutput - The forms included in the additional attributes of an inventory asset.AssetItemAdditionalAttributes.Builder formsOutput(Consumer<FormOutput.Builder>... formsOutput)
The forms included in the additional attributes of an inventory asset.
This is a convenience method that creates an instance of theFormOutput.Builder avoiding the need to create one
manually via FormOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #formsOutput(List.
formsOutput - a consumer that will call methods on
FormOutput.Builder#formsOutput(java.util.Collection) AssetItemAdditionalAttributes.Builder readOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only forms included in the additional attributes of an inventory asset.
readOnlyFormsOutput - The read-only forms included in the additional attributes of an inventory asset.AssetItemAdditionalAttributes.Builder readOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only forms included in the additional attributes of an inventory asset.
readOnlyFormsOutput - The read-only forms included in the additional attributes of an inventory asset.AssetItemAdditionalAttributes.Builder readOnlyFormsOutput(Consumer<FormOutput.Builder>... readOnlyFormsOutput)
The read-only forms included in the additional attributes of an inventory asset.
This is a convenience method that creates an instance of theFormOutput.Builder avoiding the need to create one
manually via FormOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #readOnlyFormsOutput(List.
readOnlyFormsOutput - a consumer that will call methods on
FormOutput.Builder#readOnlyFormsOutput(java.util.Collection) Copyright © 2023. All rights reserved.