Class AddDiagramPictureRequest.Builder
Object
Builder
- Enclosing class:
AddDiagramPictureRequest
-
Method Summary
Modifier and TypeMethodDescriptionRequired. The ID of the Asset for which the picture should be taken.build()
toString()
Required. The ID of the View for which the picture should be taken.withAssetId
(UUID val) Deprecated.This method will be removed in the future.withViewId
(UUID val) Deprecated.This method will be removed in the future.
-
Method Details
-
withAssetId
Deprecated.This method will be removed in the future. Please useassetId(UUID)
-
withViewId
Deprecated.This method will be removed in the future. Please useviewId(UUID)
-
assetId
Required. The ID of the Asset for which the picture should be taken.- Returns:
this
.
-
viewId
Required. The ID of the View for which the picture should be taken.- Returns:
this
.
-
build
-
toString
-