Interface AssetItemAdditionalAttributes.Builder

    • Method Detail

      • formsOutput

        AssetItemAdditionalAttributes.Builder formsOutput​(Collection<FormOutput> formsOutput)

        The forms included in the additional attributes of an inventory asset.

        Parameters:
        formsOutput - The forms included in the additional attributes of an inventory asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • formsOutput

        AssetItemAdditionalAttributes.Builder formsOutput​(FormOutput... formsOutput)

        The forms included in the additional attributes of an inventory asset.

        Parameters:
        formsOutput - The forms included in the additional attributes of an inventory asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readOnlyFormsOutput

        AssetItemAdditionalAttributes.Builder readOnlyFormsOutput​(Collection<FormOutput> readOnlyFormsOutput)

        The read-only forms included in the additional attributes of an inventory asset.

        Parameters:
        readOnlyFormsOutput - The read-only forms included in the additional attributes of an inventory asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readOnlyFormsOutput

        AssetItemAdditionalAttributes.Builder readOnlyFormsOutput​(FormOutput... readOnlyFormsOutput)

        The read-only forms included in the additional attributes of an inventory asset.

        Parameters:
        readOnlyFormsOutput - The read-only forms included in the additional attributes of an inventory asset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.