Package com.ringcentral.definitions
Class BulkDeleteUsersResponseRecords
java.lang.Object
com.ringcentral.definitions.BulkDeleteUsersResponseRecords
-
Field Summary
FieldsModifier and TypeFieldDescriptionApiError[]
The list of errors occurred during processing of particular item of bulk operation.Indicates if this item was processed successfully during bulk operation.Internal identifier of an extension Example: 1162820004 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbulkItemErrors
(ApiError[] bulkItemErrors) bulkItemSuccessful
(Boolean bulkItemSuccessful)
-
Field Details
-
id
Internal identifier of an extension Example: 1162820004 -
bulkItemSuccessful
Indicates if this item was processed successfully during bulk operation. If false, `bulkItemErrors` attribute contains the list of errors Example: true -
bulkItemErrors
The list of errors occurred during processing of particular item of bulk operation. Returned only if `bulkItemSuccessful` is false
-
-
Constructor Details
-
BulkDeleteUsersResponseRecords
public BulkDeleteUsersResponseRecords()
-
-
Method Details
-
id
-
bulkItemSuccessful
-
bulkItemErrors
-