Package com.ringcentral.definitions
Class RemoveLineRequest
java.lang.Object
com.ringcentral.definitions.RemoveLineRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe flag that controls what to do with the number and device: -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
keepAssetsInInventory
The flag that controls what to do with the number and device:- if the value of `keepAssetsInInventory` is `true`, the given device is moved to unassigned devices and the number is moved to the number inventory; - if the value of `keepAssetsInInventory` is `false`, the given device and number is removed from the account; - if the parameter `keepAssetsInInventory` is not set (empty body) or the value of the parameter is empty, default value `true` is set. Required Default: true
-
-
Constructor Details
-
RemoveLineRequest
public RemoveLineRequest()
-
-
Method Details
-
keepAssetsInInventory
-