Package com.ringcentral.definitions
Class DeletePhoneNumbersResponseItem
java.lang.Object
com.ringcentral.definitions.DeletePhoneNumbersResponseItem
-
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 unique identifier of a phone number Example: 1162820004Phone number in e.164 format (with '+' prefix) Example: +16501234567 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbulkItemErrors
(ApiError[] bulkItemErrors) bulkItemSuccessful
(Boolean bulkItemSuccessful) phoneNumber
(String phoneNumber)
-
Field Details
-
bulkItemSuccessful
Indicates if this item was processed successfully during bulk operation. If false, `bulkItemErrors` attribute contains the list of errors Required Example: true -
bulkItemErrors
The list of errors occurred during processing of particular item of bulk operation. Returned only if `bulkItemSuccessful` is false -
id
Internal unique identifier of a phone number Example: 1162820004 -
phoneNumber
Phone number in e.164 format (with '+' prefix) Example: +16501234567
-
-
Constructor Details
-
DeletePhoneNumbersResponseItem
public DeletePhoneNumbersResponseItem()
-
-
Method Details
-
bulkItemSuccessful
-
bulkItemErrors
-
id
-
phoneNumber
-