Class AddDiagramPictureRequest

Object
AddDiagramPictureRequest
All Implemented Interfaces:
Serializable

public class AddDiagramPictureRequest extends Object implements Serializable
See Also:
  • Constructor Details Link icon

    • AddDiagramPictureRequest Link icon

      public AddDiagramPictureRequest()
  • Method Details Link icon

    • newBuilder Link icon

      @Deprecated public static AddDiagramPictureRequest.Builder newBuilder()
      Deprecated.
      This method will be removed in the future. Please use builder()
    • builder Link icon

      public static AddDiagramPictureRequest.Builder builder()
    • getAssetId Link icon

      public UUID getAssetId()
      Required. The ID of the Asset for which the picture should be taken.
    • getViewId Link icon

      public UUID getViewId()
      Required. The ID of the View for which the picture should be taken.
    • setAssetId Link icon

      public void setAssetId(UUID assetId)
      Required. The ID of the Asset for which the picture should be taken.
    • setViewId Link icon

      public void setViewId(UUID viewId)
      Required. The ID of the View for which the picture should be taken.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual Link icon

      protected boolean canEqual(Object other)
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object