Class TransferOwnershipInfo
java.lang.Object
com.technia.dsx.threedspace.lifecycle.TransferOwnershipInfo
Represents the result of transferring ownership for a single object.
Contains the object ID, new owner information (owner, organization, collaborative space), status code, and optional error report.
- Since:
- 2023-04-03
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getOwner()intbooleanvoidsetCollabspace(String collabspace) voidsetErrorMessage(String errorMessage) voidvoidsetOrganization(String organization) voidvoidsetStatus(int status) toString()
-
Constructor Details
-
TransferOwnershipInfo
public TransferOwnershipInfo()
-
-
Method Details