-
public final class ReleaseObjectRequestRequest object containing input parameters for the RuntimeDomain.releaseObject command.
-
-
Constructor Summary
Constructors Constructor Description ReleaseObjectRequest(String objectId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final ReleaseObjectRequestcopy(String objectId)final StringgetObjectId()Identifier of the object to release. -
-
Constructor Detail
-
ReleaseObjectRequest
ReleaseObjectRequest(String objectId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final ReleaseObjectRequest copy(String objectId)
-
getObjectId
final String getObjectId()
Identifier of the object to release.
-
-
-
-