Class ChangeAssetRequest.Builder

  • Enclosing class:
    ChangeAssetRequest

    public static class ChangeAssetRequest.Builder
    extends Object
    • Method Detail

      • id

        public ChangeAssetRequest.Builder id​(@NotNull
                                             @NotNull UUID id)
        Required. The ID of the asset to be changed. Silently ignored if the ID is provided as path parameter of the request.
        Returns:
        this.
      • displayName

        public ChangeAssetRequest.Builder displayName​(String displayName)
        The new display name for the asset.
        Returns:
        this.
      • excludedFromAutoHyperlinking

        public ChangeAssetRequest.Builder excludedFromAutoHyperlinking​(Boolean excludedFromAutoHyperlinking)
        Whether the asset should be excluded from hyperlinking or not.
        Returns:
        this.
      • toString

        public String toString()
        Overrides:
        toString in class Object