Class BulkOperationResultJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.BulkOperationResultJson
- All Implemented Interfaces:
Serializable
public class BulkOperationResultJson extends BaseJson
Show result of bulk operation.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BulkOperationResultJson()
-
Method Summary
Modifier and Type Method Description List<ItemErrorInfoJson>
getProblematicItems()
List of problems in bulk operation.SuccessLevel
getSuccess()
Indicates whether all operations completed successfully.String
getTransactionUuid()
In case the server has some tasks to perform , it returns UUID - for the client to query laterboolean
isFullSuccess()
void
setFullSuccess(boolean fullSuccess)
void
setProblematicItems(List<ItemErrorInfoJson> problematicItems)
List of problems in bulk operation.void
setSuccess(SuccessLevel success)
Indicates whether all operations completed successfully.void
setTransactionUuid(String transactionUuid)
In case the server has some tasks to perform , it returns UUID - for the client to query laterMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
BulkOperationResultJson
public BulkOperationResultJson()
-
-
Method Details
-
getTransactionUuid
In case the server has some tasks to perform , it returns UUID - for the client to query later- Returns:
- In case the server has some tasks to perform , it returns UUID - for the client to query later
-
setTransactionUuid
In case the server has some tasks to perform , it returns UUID - for the client to query later- Parameters:
transactionUuid
- In case the server has some tasks to perform , it returns UUID - for the client to query later
-
getSuccess
Indicates whether all operations completed successfully.- Returns:
- Indicates whether all operations completed successfully.
-
setSuccess
Indicates whether all operations completed successfully.- Parameters:
success
- Indicates whether all operations completed successfully.
-
getProblematicItems
List of problems in bulk operation.- Returns:
- List of problems in bulk operation.
-
setProblematicItems
List of problems in bulk operation.- Parameters:
problematicItems
- List of problems in bulk operation.
-
isFullSuccess
public boolean isFullSuccess() -
setFullSuccess
public void setFullSuccess(boolean fullSuccess)
-