Class AddDiagramPictureRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- AddDiagramPictureRequest
public static final class AddDiagramPictureRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AddDiagramPictureRequest.Builder
assetId(@NotNull UUID assetId)
Required. The ID of the Asset for which the picture should be taken.AddDiagramPictureRequest
build()
String
toString()
AddDiagramPictureRequest.Builder
viewId(@NotNull UUID viewId)
Required. The ID of the View for which the picture should be taken.AddDiagramPictureRequest.Builder
withAssetId(UUID val)
Deprecated.This method will be removed in the future.AddDiagramPictureRequest.Builder
withViewId(UUID val)
Deprecated.This method will be removed in the future.
-
-
-
Method Detail
-
withAssetId
@Deprecated public AddDiagramPictureRequest.Builder withAssetId(UUID val)
Deprecated.This method will be removed in the future. Please useassetId(UUID)
-
withViewId
@Deprecated public AddDiagramPictureRequest.Builder withViewId(UUID val)
Deprecated.This method will be removed in the future. Please useviewId(UUID)
-
assetId
public AddDiagramPictureRequest.Builder assetId(@NotNull @NotNull UUID assetId)
Required. The ID of the Asset for which the picture should be taken.- Returns:
this
.
-
viewId
public AddDiagramPictureRequest.Builder viewId(@NotNull @NotNull UUID viewId)
Required. The ID of the View for which the picture should be taken.- Returns:
this
.
-
build
public AddDiagramPictureRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-