From e4832d6c71d990a72782a7331ec143b6ac979c66 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Mon, 22 Apr 2024 14:17:37 +0000 Subject: [PATCH] Version 1.4.0 released --- README.md | 4 +- pom.xml | 2 +- .../request/A2PGetSmsHistoryRequest.java | 8 +-- .../apiclient/request/A2PSendSmsRequest.java | 8 +-- .../request/AddAdminRoleRequest.java | 8 +-- .../request/AddAdminUserRequest.java | 4 +- .../request/AddApplicationRequest.java | 6 ++- .../AddAuthorizedAccountIPRequest.java | 4 +- .../request/AddPushCredentialRequest.java | 4 +- .../apiclient/request/AddQueueRequest.java | 8 +-- .../apiclient/request/AddRuleRequest.java | 4 +- .../apiclient/request/AddScenarioRequest.java | 4 +- .../apiclient/request/AddUserRequest.java | 22 ++++---- .../request/AttachPhoneNumberRequest.java | 4 +- .../request/BindDialogflowKeysRequest.java | 4 +- .../BindPhoneNumberToApplicationRequest.java | 4 +- .../request/BindPushCredentialRequest.java | 4 +- .../request/BindScenarioRequest.java | 4 +- .../request/BindSipRegistrationRequest.java | 32 +++++------ .../apiclient/request/BindSkillRequest.java | 4 +- .../request/BindUserToQueueRequest.java | 4 +- .../request/CreateCallListRequest.java | 8 +-- .../apiclient/request/CreateKeyRequest.java | 30 +++++++++++ .../request/CreateSipRegistrationRequest.java | 40 +++++++------- .../DelAuthorizedAccountIPRequest.java | 4 +- .../request/GetACDHistoryRequest.java | 32 +++++------ .../GetACDOperatorStatisticsRequest.java | 54 +++++++++---------- ...GetACDOperatorStatusStatisticsRequest.java | 24 ++++----- .../request/GetACDQueueStatisticsRequest.java | 46 ++++++++-------- .../request/GetAccountDocumentsRequest.java | 8 +-- .../request/GetAccountInfoRequest.java | 4 +- .../request/GetAdminRolesRequest.java | 24 ++++----- .../request/GetAdminUsersRequest.java | 16 +++--- .../request/GetApplicationsRequest.java | 12 ++--- .../apiclient/request/GetAuditLogRequest.java | 28 +++++----- .../GetAuthorizedAccountIPsRequest.java | 8 +-- .../request/GetBriefCallHistoryRequest.java | 12 ++--- .../request/GetCallHistoryRequest.java | 42 +++++++-------- .../request/GetCallListDetailsRequest.java | 4 +- .../request/GetCallListsRequest.java | 8 +-- .../request/GetCallerIDsRequest.java | 8 +-- .../request/GetChildrenAccountsRequest.java | 28 +++++----- .../request/GetDialogflowKeysRequest.java | 4 +- .../request/GetHistoryReportsRequest.java | 12 ++--- .../apiclient/request/GetKeyRolesRequest.java | 4 +- .../apiclient/request/GetKeysRequest.java | 8 +-- .../request/GetNewPhoneNumbersRequest.java | 4 +- .../request/GetPhoneNumberRegionsRequest.java | 8 +-- .../request/GetPhoneNumbersRequest.java | 36 ++++++------- .../request/GetPstnBlackListRequest.java | 4 +- .../request/GetPushCredentialRequest.java | 8 +-- .../apiclient/request/GetQueuesRequest.java | 12 ++--- .../request/GetRecordStoragesRequest.java | 4 +- .../apiclient/request/GetRegionsRequest.java | 4 +- .../request/GetRegulationsAddressRequest.java | 12 ++--- .../apiclient/request/GetRulesRequest.java | 12 ++--- .../request/GetScenariosRequest.java | 12 ++--- .../request/GetSipRegistrationsRequest.java | 24 ++++----- .../request/GetSipWhiteListRequest.java | 4 +- .../apiclient/request/GetSkillsRequest.java | 4 +- .../request/GetSmsHistoryRequest.java | 8 +-- .../request/GetSubUserRolesRequest.java | 4 +- .../apiclient/request/GetSubUsersRequest.java | 8 +-- .../request/GetSubscriptionPriceRequest.java | 4 +- .../request/GetTransactionHistoryRequest.java | 20 +++---- .../apiclient/request/GetUsersRequest.java | 22 ++++---- .../apiclient/request/GetZIPCodesRequest.java | 4 +- .../request/RemoveSubUserRolesRequest.java | 4 +- .../apiclient/request/SQ_AddQueueRequest.java | 16 +++--- .../request/SQ_GetAgentsRequest.java | 20 +++---- .../request/SQ_GetQueuesRequest.java | 4 +- .../request/SQ_SetAgentInfoRequest.java | 8 +-- .../request/SQ_SetQueueInfoRequest.java | 16 +++--- .../request/SendSmsMessageRequest.java | 4 +- .../request/SetAccountInfoRequest.java | 54 +++++++++---------- .../request/SetAdminRoleInfoRequest.java | 16 +++--- .../request/SetAdminUserInfoRequest.java | 4 +- .../request/SetApplicationInfoRequest.java | 6 ++- .../request/SetChildAccountInfoRequest.java | 32 +++++------ .../request/SetPhoneNumberInfoRequest.java | 12 ++--- .../request/SetPushCredentialRequest.java | 4 +- .../request/SetQueueInfoRequest.java | 8 +-- .../apiclient/request/SetRuleInfoRequest.java | 4 +- .../apiclient/request/SetUserInfoRequest.java | 14 ++--- .../request/StartScenariosRequest.java | 4 +- .../request/TransferMoneyToUserRequest.java | 8 +-- .../apiclient/request/UpdateKeyRequest.java | 30 +++++++++++ .../request/UpdateSipRegistrationRequest.java | 32 +++++------ .../response/A2PActivatedCallback.java | 2 +- .../apiclient/response/A2PSmsHistoryType.java | 2 +- .../ACDOperatorAggregationGroupType.java | 6 +-- .../response/ACDOperatorStatisticsType.java | 6 +-- ...ACDOperatorStatusAggregationGroupType.java | 6 +-- .../ACDOperatorStatusStatisticsType.java | 8 +-- .../response/ACDQueueOperatorInfoType.java | 2 +- .../apiclient/response/ACDQueueStateType.java | 6 +-- .../ACDQueueStatisticsServiceLevelType.java | 2 +- .../response/ACDQueueStatisticsType.java | 4 +- .../AccountDocumentUploadedCallback.java | 2 +- .../AccountDocumentVerifiedCallback.java | 2 +- .../apiclient/response/AccountInfoType.java | 13 +++-- .../response/AccountPlanPackageType.java | 2 +- .../response/AccountVerificationDocument.java | 2 +- .../response/AccountVerificationType.java | 2 +- .../response/AddApplicationResponse.java | 3 +- .../apiclient/response/AdminRoleType.java | 4 +- .../apiclient/response/AdminUserType.java | 2 +- .../response/AttachedPhoneInfoType.java | 42 +++++++-------- .../response/AuthorizedAccountIPType.java | 2 +- .../apiclient/response/BankCardType.java | 2 +- .../response/CallHistoryReportCallback.java | 2 +- .../response/CallListDetailType.java | 2 +- .../apiclient/response/CallerIDInfoType.java | 2 +- .../apiclient/response/ChargedPhoneType.java | 4 +- .../CheckAuthorizedAccountIPResponse.java | 2 +- .../ChildAccountSubscriptionType.java | 4 +- .../apiclient/response/ContactInfoType.java | 2 +- .../response/ContractorInvoiceType.java | 2 +- .../apiclient/response/ExchangeRates.java | 2 +- .../GetAutochargeConfigResultType.java | 2 +- .../GetAvailableRegulationsResponse.java | 7 ++- .../GetMaxBankCardPaymentResultType.java | 2 +- .../GetMoneyAmountToChargeResult.java | 8 +-- .../apiclient/response/KeyView.java | 21 ++++++++ .../response/MinBalanceCallback.java | 4 +- .../response/NewAttachedPhoneInfoType.java | 6 +-- .../response/NewInvoiceCallbackItem.java | 2 +- .../OutboundTestPhonenumberInfoType.java | 2 +- .../PhoneNumberCountryCategoryInfoType.java | 2 +- .../response/PhoneNumberCountryInfoType.java | 6 +-- .../PhoneNumberCountryRegionInfoType.java | 14 ++--- .../apiclient/response/PlanPackageConfig.java | 2 +- .../response/PushCredentialContent.java | 3 +- .../apiclient/response/QueueInfoType.java | 4 +- .../response/RecordStorageInfoType.java | 2 +- ...tionAddressDocumentsRequestedCallback.java | 2 +- .../RegulationAddressUploadedCallback.java | 2 +- .../RegulationAddressVerifiedCallback.java | 2 +- .../response/RegulationRegionRecord.java | 2 +- .../apiclient/response/RoleView.java | 4 +- .../response/SIPRegistrationType.java | 12 ++--- .../response/SendSmsMessageResponse.java | 2 +- .../response/SetApplicationInfoResponse.java | 3 +- .../apiclient/response/SmsHistoryType.java | 2 +- .../response/StartConferenceResponse.java | 4 +- .../response/StartScenariosResponse.java | 4 +- .../response/SubscriptionTemplateType.java | 2 +- .../response/SubscriptionsToChargeType.java | 2 +- .../TransactionHistoryReportCallback.java | 2 +- .../apiclient/response/UserInfoType.java | 6 ++- 150 files changed, 748 insertions(+), 666 deletions(-) diff --git a/README.md b/README.md index 9c1a9f3..e2c5ed8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Voximplant API client library -#### Version 1.3.0 +#### Version 1.4.0 ## Prerequisites @@ -25,7 +25,7 @@ Setup a `maven` dependency for your project: org.voximplant apiclient - 1.3.0 + 1.4.0 ``` diff --git a/pom.xml b/pom.xml index dbe20a6..639ef2d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.voximplant apiclient - 1.3.0 + 1.4.0 jar voximplant-apiclient diff --git a/src/main/java/com/voximplant/apiclient/request/A2PGetSmsHistoryRequest.java b/src/main/java/com/voximplant/apiclient/request/A2PGetSmsHistoryRequest.java index c24be89..6cc8204 100644 --- a/src/main/java/com/voximplant/apiclient/request/A2PGetSmsHistoryRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/A2PGetSmsHistoryRequest.java @@ -64,7 +64,7 @@ public A2PGetSmsHistoryRequest setDestinationNumber(String d) { @RequestField(name="count") /** * Maximum number of resulting rows fetched. Must be not bigger than - * 1000. If left blank, then the default value of 1000 will be used + * 1000. If left blank, then the default value of 1000 is used */ public Long getCount() { return this.count; @@ -76,7 +76,7 @@ public boolean hasCount() { /** * Maximum number of resulting rows fetched. Must be not bigger than - * 1000. If left blank, then the default value of 1000 will be used + * 1000. If left blank, then the default value of 1000 is used */ public A2PGetSmsHistoryRequest setCount(long d) { this.count = Long.valueOf(d); @@ -87,7 +87,7 @@ public A2PGetSmsHistoryRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -98,7 +98,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public A2PGetSmsHistoryRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/A2PSendSmsRequest.java b/src/main/java/com/voximplant/apiclient/request/A2PSendSmsRequest.java index 81a47c5..4f6ae9e 100644 --- a/src/main/java/com/voximplant/apiclient/request/A2PSendSmsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/A2PSendSmsRequest.java @@ -19,7 +19,7 @@ public class A2PSendSmsRequest implements Alignable { @RequestField(name="src_number") /** - * The SenderID for outbound SMS. Please contact support for installing + * The SenderID for outgoing SMS. Please contact support for installing * a SenderID */ public String getSrcNumber() { @@ -31,7 +31,7 @@ public boolean hasSrcNumber() { } /** - * The SenderID for outbound SMS. Please contact support for installing + * The SenderID for outgoing SMS. Please contact support for installing * a SenderID */ public A2PSendSmsRequest setSrcNumber(String d) { @@ -93,7 +93,7 @@ public A2PSendSmsRequest setText(String d) { @RequestField(name="store_body") /** - * Set to true to store outbound message texts. Default value is false + * Whether to store outgoing message texts. Default value is false */ public Boolean getStoreBody() { return this.storeBody; @@ -104,7 +104,7 @@ public boolean hasStoreBody() { } /** - * Set to true to store outbound message texts. Default value is false + * Whether to store outgoing message texts. Default value is false */ public A2PSendSmsRequest setStoreBody(boolean d) { this.storeBody = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/AddAdminRoleRequest.java b/src/main/java/com/voximplant/apiclient/request/AddAdminRoleRequest.java index a33553b..39136af 100644 --- a/src/main/java/com/voximplant/apiclient/request/AddAdminRoleRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/AddAdminRoleRequest.java @@ -41,8 +41,8 @@ public AddAdminRoleRequest setAdminRoleName(String d) { @RequestField(name="admin_role_active") /** - * The admin role enable flag. If false the allowed and denied entries - * have no affect + * Whether the admin role is enabled. If false the allowed and denied + * entries have no affect */ public Boolean getAdminRoleActive() { return this.adminRoleActive; @@ -53,8 +53,8 @@ public boolean hasAdminRoleActive() { } /** - * The admin role enable flag. If false the allowed and denied entries - * have no affect + * Whether the admin role is enabled. If false the allowed and denied + * entries have no affect */ public AddAdminRoleRequest setAdminRoleActive(boolean d) { this.adminRoleActive = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/AddAdminUserRequest.java b/src/main/java/com/voximplant/apiclient/request/AddAdminUserRequest.java index c448dc2..2e78ec3 100644 --- a/src/main/java/com/voximplant/apiclient/request/AddAdminUserRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/AddAdminUserRequest.java @@ -85,7 +85,7 @@ public AddAdminUserRequest setNewAdminUserPassword(String d) { @RequestField(name="admin_user_active") /** - * The admin user enable flag + * Whether the admin user is active */ public Boolean getAdminUserActive() { return this.adminUserActive; @@ -96,7 +96,7 @@ public boolean hasAdminUserActive() { } /** - * The admin user enable flag + * Whether the admin user is active */ public AddAdminUserRequest setAdminUserActive(boolean d) { this.adminUserActive = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/AddApplicationRequest.java b/src/main/java/com/voximplant/apiclient/request/AddApplicationRequest.java index 92d16d2..f510350 100644 --- a/src/main/java/com/voximplant/apiclient/request/AddApplicationRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/AddApplicationRequest.java @@ -41,7 +41,8 @@ public AddApplicationRequest setApplicationName(String d) { @RequestField(name="secure_record_storage") /** - * Enable secure storage for all logs and records of the application + * Whether to enable secure storage for all logs and records of the + * application */ public Boolean getSecureRecordStorage() { return this.secureRecordStorage; @@ -52,7 +53,8 @@ public boolean hasSecureRecordStorage() { } /** - * Enable secure storage for all logs and records of the application + * Whether to enable secure storage for all logs and records of the + * application */ public AddApplicationRequest setSecureRecordStorage(boolean d) { this.secureRecordStorage = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/AddAuthorizedAccountIPRequest.java b/src/main/java/com/voximplant/apiclient/request/AddAuthorizedAccountIPRequest.java index afb9ad3..f3c748b 100644 --- a/src/main/java/com/voximplant/apiclient/request/AddAuthorizedAccountIPRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/AddAuthorizedAccountIPRequest.java @@ -41,7 +41,7 @@ public AddAuthorizedAccountIPRequest setAuthorizedIp(String d) { @RequestField(name="allowed") /** - * Set false to add the IP to the blacklist + * Whether to remove the IP from the blacklist */ public Boolean getAllowed() { return this.allowed; @@ -52,7 +52,7 @@ public boolean hasAllowed() { } /** - * Set false to add the IP to the blacklist + * Whether to remove the IP from the blacklist */ public AddAuthorizedAccountIPRequest setAllowed(boolean d) { this.allowed = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/AddPushCredentialRequest.java b/src/main/java/com/voximplant/apiclient/request/AddPushCredentialRequest.java index bb017bf..164eef6 100644 --- a/src/main/java/com/voximplant/apiclient/request/AddPushCredentialRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/AddPushCredentialRequest.java @@ -199,7 +199,7 @@ public AddPushCredentialRequest setCertPassword(String d) { @RequestField(name="is_dev_mode") /** - * Set true to use this certificate in apple's sandbox environment. + * Whether to use this certificate in apple's sandbox environment. * Credentials for APPLE push */ public Boolean getIsDevMode() { @@ -211,7 +211,7 @@ public boolean hasIsDevMode() { } /** - * Set true to use this certificate in apple's sandbox environment. + * Whether to use this certificate in apple's sandbox environment. * Credentials for APPLE push */ public AddPushCredentialRequest setIsDevMode(boolean d) { diff --git a/src/main/java/com/voximplant/apiclient/request/AddQueueRequest.java b/src/main/java/com/voximplant/apiclient/request/AddQueueRequest.java index f2f724f..f4b8b5e 100644 --- a/src/main/java/com/voximplant/apiclient/request/AddQueueRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/AddQueueRequest.java @@ -107,8 +107,8 @@ public AddQueueRequest setAcdQueuePriority(long d) { @RequestField(name="auto_binding") /** - * Set false to disable the auto binding of operators to a queue by - * skills comparing + * Whether to enable the auto binding of operators to a queue by skills + * comparing */ public Boolean getAutoBinding() { return this.autoBinding; @@ -119,8 +119,8 @@ public boolean hasAutoBinding() { } /** - * Set false to disable the auto binding of operators to a queue by - * skills comparing + * Whether to enable the auto binding of operators to a queue by skills + * comparing */ public AddQueueRequest setAutoBinding(boolean d) { this.autoBinding = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/AddRuleRequest.java b/src/main/java/com/voximplant/apiclient/request/AddRuleRequest.java index edaabc8..11f61f1 100644 --- a/src/main/java/com/voximplant/apiclient/request/AddRuleRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/AddRuleRequest.java @@ -129,7 +129,7 @@ public AddRuleRequest setRulePatternExclude(String d) { @RequestField(name="video_conference") /** - * Video conference is required + * Whether video conference is required */ public Boolean getVideoConference() { return this.videoConference; @@ -140,7 +140,7 @@ public boolean hasVideoConference() { } /** - * Video conference is required + * Whether video conference is required */ public AddRuleRequest setVideoConference(boolean d) { this.videoConference = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/AddScenarioRequest.java b/src/main/java/com/voximplant/apiclient/request/AddScenarioRequest.java index a909524..4753550 100644 --- a/src/main/java/com/voximplant/apiclient/request/AddScenarioRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/AddScenarioRequest.java @@ -113,7 +113,7 @@ public AddScenarioRequest setRuleName(String d) { @RequestField(name="rewrite") /** - * Rewrite the existing scenario + * Whether to rewrite the existing scenario */ public Boolean getRewrite() { return this.rewrite; @@ -124,7 +124,7 @@ public boolean hasRewrite() { } /** - * Rewrite the existing scenario + * Whether to rewrite the existing scenario */ public AddScenarioRequest setRewrite(boolean d) { this.rewrite = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/AddUserRequest.java b/src/main/java/com/voximplant/apiclient/request/AddUserRequest.java index a3c12bf..9e22205 100644 --- a/src/main/java/com/voximplant/apiclient/request/AddUserRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/AddUserRequest.java @@ -89,7 +89,7 @@ public AddUserRequest setUserPassword(String d) { @RequestField(name="application_id") /** - * The application ID which a new user will be bound to. Can be used + * The application ID which a new user is to be bound to. Can be used * instead of the application_name parameter */ public Long getApplicationId() { @@ -101,7 +101,7 @@ public boolean hasApplicationId() { } /** - * The application ID which a new user will be bound to. Can be used + * The application ID which a new user is to be bound to. Can be used * instead of the application_name parameter */ public AddUserRequest setApplicationId(long d) { @@ -113,7 +113,7 @@ public AddUserRequest setApplicationId(long d) { @RequestField(name="application_name") /** - * The application name which a new user will be bound to. Can be used + * The application name which a new user is to be bound to. Can be used * instead of the application_id parameter */ public String getApplicationName() { @@ -125,7 +125,7 @@ public boolean hasApplicationName() { } /** - * The application name which a new user will be bound to. Can be used + * The application name which a new user is to be bound to. Can be used * instead of the application_id parameter */ public AddUserRequest setApplicationName(String d) { @@ -137,8 +137,8 @@ public AddUserRequest setApplicationName(String d) { @RequestField(name="parent_accounting") /** - * 'True' if the user will use the parent account's money, 'false' if - * the user will have a separate balance + * Whether the user uses the parent account's money, 'false' if the user + * has a separate balance */ public Boolean getParentAccounting() { return this.parentAccounting; @@ -149,8 +149,8 @@ public boolean hasParentAccounting() { } /** - * 'True' if the user will use the parent account's money, 'false' if - * the user will have a separate balance + * Whether the user uses the parent account's money, 'false' if the user + * has a separate balance */ public AddUserRequest setParentAccounting(boolean d) { this.parentAccounting = Boolean.valueOf(d); @@ -183,7 +183,8 @@ public AddUserRequest setMobilePhone(String d) { @RequestField(name="user_active") /** - * The user enable flag + * Whether the user is active. Inactive users cannot log in to + * applications */ public Boolean getUserActive() { return this.userActive; @@ -194,7 +195,8 @@ public boolean hasUserActive() { } /** - * The user enable flag + * Whether the user is active. Inactive users cannot log in to + * applications */ public AddUserRequest setUserActive(boolean d) { this.userActive = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/AttachPhoneNumberRequest.java b/src/main/java/com/voximplant/apiclient/request/AttachPhoneNumberRequest.java index 80ac1fc..7fa167a 100644 --- a/src/main/java/com/voximplant/apiclient/request/AttachPhoneNumberRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/AttachPhoneNumberRequest.java @@ -177,7 +177,7 @@ public AttachPhoneNumberRequest setRegulationAddressId(long d) { @RequestField(name="force_verification") /** - * The force verification flag + * Whether the force verification is enabled */ public Boolean getForceVerification() { return this.forceVerification; @@ -188,7 +188,7 @@ public boolean hasForceVerification() { } /** - * The force verification flag + * Whether the force verification is enabled */ public AttachPhoneNumberRequest setForceVerification(boolean d) { this.forceVerification = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/BindDialogflowKeysRequest.java b/src/main/java/com/voximplant/apiclient/request/BindDialogflowKeysRequest.java index 72ddeef..bb07656 100644 --- a/src/main/java/com/voximplant/apiclient/request/BindDialogflowKeysRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/BindDialogflowKeysRequest.java @@ -65,7 +65,7 @@ public BindDialogflowKeysRequest setApplicationId(MultiArgument d) { @RequestField(name="bind") /** - * Set to false to unbind. Default value is true + * Whether to bind or unbind (set true or false respectively) */ public Boolean getBind() { return this.bind; @@ -76,7 +76,7 @@ public boolean hasBind() { } /** - * Set to false to unbind. Default value is true + * Whether to bind or unbind (set true or false respectively) */ public BindDialogflowKeysRequest setBind(boolean d) { this.bind = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/BindPhoneNumberToApplicationRequest.java b/src/main/java/com/voximplant/apiclient/request/BindPhoneNumberToApplicationRequest.java index 6c8bead..e2d75d7 100644 --- a/src/main/java/com/voximplant/apiclient/request/BindPhoneNumberToApplicationRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/BindPhoneNumberToApplicationRequest.java @@ -155,7 +155,7 @@ public BindPhoneNumberToApplicationRequest setRuleName(String d) { @RequestField(name="bind") /** - * Bind or unbind (set true or false respectively) + * Whether to bind or unbind (set true or false respectively) */ public Boolean getBind() { return this.bind; @@ -166,7 +166,7 @@ public boolean hasBind() { } /** - * Bind or unbind (set true or false respectively) + * Whether to bind or unbind (set true or false respectively) */ public BindPhoneNumberToApplicationRequest setBind(boolean d) { this.bind = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/BindPushCredentialRequest.java b/src/main/java/com/voximplant/apiclient/request/BindPushCredentialRequest.java index 786c387..7604184 100644 --- a/src/main/java/com/voximplant/apiclient/request/BindPushCredentialRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/BindPushCredentialRequest.java @@ -65,7 +65,7 @@ public BindPushCredentialRequest setApplicationId(MultiArgument d) { @RequestField(name="bind") /** - * Set to false for unbind. Default value is true + * Whether to bind or unbind (set true or false respectively) */ public Boolean getBind() { return this.bind; @@ -76,7 +76,7 @@ public boolean hasBind() { } /** - * Set to false for unbind. Default value is true + * Whether to bind or unbind (set true or false respectively) */ public BindPushCredentialRequest setBind(boolean d) { this.bind = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/BindScenarioRequest.java b/src/main/java/com/voximplant/apiclient/request/BindScenarioRequest.java index 3c4e5e2..5bede41 100644 --- a/src/main/java/com/voximplant/apiclient/request/BindScenarioRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/BindScenarioRequest.java @@ -155,7 +155,7 @@ public BindScenarioRequest setApplicationName(String d) { @RequestField(name="bind") /** - * Bind or unbind (set true or false respectively) + * Whether to bind or unbind (set true or false respectively) */ public Boolean getBind() { return this.bind; @@ -166,7 +166,7 @@ public boolean hasBind() { } /** - * Bind or unbind (set true or false respectively) + * Whether to bind or unbind (set true or false respectively) */ public BindScenarioRequest setBind(boolean d) { this.bind = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/BindSipRegistrationRequest.java b/src/main/java/com/voximplant/apiclient/request/BindSipRegistrationRequest.java index 07f09b1..1f375c1 100644 --- a/src/main/java/com/voximplant/apiclient/request/BindSipRegistrationRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/BindSipRegistrationRequest.java @@ -41,7 +41,7 @@ public BindSipRegistrationRequest setSipRegistrationId(long d) { @RequestField(name="application_id") /** - * The application ID which the SIP registration will be bound to. Can + * The application ID which the SIP registration is to be bound to. Can * be used instead of the application_name parameter */ public Long getApplicationId() { @@ -53,7 +53,7 @@ public boolean hasApplicationId() { } /** - * The application ID which the SIP registration will be bound to. Can + * The application ID which the SIP registration is to be bound to. Can * be used instead of the application_name parameter */ public BindSipRegistrationRequest setApplicationId(long d) { @@ -65,8 +65,8 @@ public BindSipRegistrationRequest setApplicationId(long d) { @RequestField(name="application_name") /** - * The application name which the SIP registration will be bound to. Can - * be used instead of the application_id parameter + * The application name which the SIP registration is to be bound to. + * Can be used instead of the application_id parameter */ public String getApplicationName() { return this.applicationName; @@ -77,8 +77,8 @@ public boolean hasApplicationName() { } /** - * The application name which the SIP registration will be bound to. Can - * be used instead of the application_id parameter + * The application name which the SIP registration is to be bound to. + * Can be used instead of the application_id parameter */ public BindSipRegistrationRequest setApplicationName(String d) { this.applicationName = d; @@ -89,7 +89,7 @@ public BindSipRegistrationRequest setApplicationName(String d) { @RequestField(name="rule_id") /** - * The rule ID which the SIP registration will be bound to. Can be used + * The rule ID which the SIP registration is to be bound to. Can be used * instead of the rule_name parameter */ public Long getRuleId() { @@ -101,7 +101,7 @@ public boolean hasRuleId() { } /** - * The rule ID which the SIP registration will be bound to. Can be used + * The rule ID which the SIP registration is to be bound to. Can be used * instead of the rule_name parameter */ public BindSipRegistrationRequest setRuleId(long d) { @@ -113,7 +113,7 @@ public BindSipRegistrationRequest setRuleId(long d) { @RequestField(name="rule_name") /** - * The rule name which the SIP registration will be bound to. Can be + * The rule name which the SIP registration is to be bound to. Can be * used instead of the rule_id parameter */ public String getRuleName() { @@ -125,7 +125,7 @@ public boolean hasRuleName() { } /** - * The rule name which the SIP registration will be bound to. Can be + * The rule name which the SIP registration is to be bound to. Can be * used instead of the rule_id parameter */ public BindSipRegistrationRequest setRuleName(String d) { @@ -137,7 +137,7 @@ public BindSipRegistrationRequest setRuleName(String d) { @RequestField(name="user_id") /** - * The user ID which the SIP registration will be bound to. Can be used + * The user ID which the SIP registration is to be bound to. Can be used * instead of the user_name parameter */ public Long getUserId() { @@ -149,7 +149,7 @@ public boolean hasUserId() { } /** - * The user ID which the SIP registration will be bound to. Can be used + * The user ID which the SIP registration is to be bound to. Can be used * instead of the user_name parameter */ public BindSipRegistrationRequest setUserId(long d) { @@ -161,7 +161,7 @@ public BindSipRegistrationRequest setUserId(long d) { @RequestField(name="user_name") /** - * The user name which the SIP registration will be bound to. Can be + * The user name which the SIP registration is to be bound to. Can be * used instead of the user_id parameter */ public String getUserName() { @@ -173,7 +173,7 @@ public boolean hasUserName() { } /** - * The user name which the SIP registration will be bound to. Can be + * The user name which the SIP registration is to be bound to. Can be * used instead of the user_id parameter */ public BindSipRegistrationRequest setUserName(String d) { @@ -185,7 +185,7 @@ public BindSipRegistrationRequest setUserName(String d) { @RequestField(name="bind") /** - * Bind or unbind (set true or false respectively) + * Whether to bind or unbind (set true or false respectively) */ public Boolean getBind() { return this.bind; @@ -196,7 +196,7 @@ public boolean hasBind() { } /** - * Bind or unbind (set true or false respectively) + * Whether to bind or unbind (set true or false respectively) */ public BindSipRegistrationRequest setBind(boolean d) { this.bind = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/BindSkillRequest.java b/src/main/java/com/voximplant/apiclient/request/BindSkillRequest.java index 63b9a4e..8b2a2bd 100644 --- a/src/main/java/com/voximplant/apiclient/request/BindSkillRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/BindSkillRequest.java @@ -209,7 +209,7 @@ public BindSkillRequest setApplicationName(String d) { @RequestField(name="bind") /** - * Bind or unbind (set true or false respectively) + * Whether to bind or unbind (set true or false respectively) */ public Boolean getBind() { return this.bind; @@ -220,7 +220,7 @@ public boolean hasBind() { } /** - * Bind or unbind (set true or false respectively) + * Whether to bind or unbind (set true or false respectively) */ public BindSkillRequest setBind(boolean d) { this.bind = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/BindUserToQueueRequest.java b/src/main/java/com/voximplant/apiclient/request/BindUserToQueueRequest.java index 8cb7ee1..52c5468 100644 --- a/src/main/java/com/voximplant/apiclient/request/BindUserToQueueRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/BindUserToQueueRequest.java @@ -19,7 +19,7 @@ public class BindUserToQueueRequest implements Alignable { @RequestField(name="bind") /** - * Bind or unbind users + * Whether to bind or unbind users */ public Boolean getBind() { return this.bind; @@ -30,7 +30,7 @@ public boolean hasBind() { } /** - * Bind or unbind users + * Whether to bind or unbind users */ public BindUserToQueueRequest setBind(boolean d) { this.bind = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/CreateCallListRequest.java b/src/main/java/com/voximplant/apiclient/request/CreateCallListRequest.java index a002779..79b6d1e 100644 --- a/src/main/java/com/voximplant/apiclient/request/CreateCallListRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/CreateCallListRequest.java @@ -19,7 +19,7 @@ public class CreateCallListRequest implements Alignable { @RequestField(name="rule_id") /** - * The rule ID. It's specified in the Applications section * of the Control Panel */ @@ -32,7 +32,7 @@ public boolean hasRuleId() { } /** - * The rule ID. It's specified in the Applications section * of the Control Panel */ @@ -113,7 +113,7 @@ public CreateCallListRequest setNumAttempts(long d) { @RequestField(name="name") /** - * File name, up to 255 characters and can't contain the '/' and '\' + * File name, up to 255 characters and cannot contain the '/' and '\' * symbols */ public String getName() { @@ -125,7 +125,7 @@ public boolean hasName() { } /** - * File name, up to 255 characters and can't contain the '/' and '\' + * File name, up to 255 characters and cannot contain the '/' and '\' * symbols */ public CreateCallListRequest setName(String d) { diff --git a/src/main/java/com/voximplant/apiclient/request/CreateKeyRequest.java b/src/main/java/com/voximplant/apiclient/request/CreateKeyRequest.java index 250ea9f..2d91c97 100644 --- a/src/main/java/com/voximplant/apiclient/request/CreateKeyRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/CreateKeyRequest.java @@ -37,6 +37,28 @@ public CreateKeyRequest setDescription(String d) { return this; } + private String keyName; + + @RequestField(name="key_name") + /** + * The key's name, up to 50 characters. Cannot be empty + */ + public String getKeyName() { + return this.keyName; + } + + public boolean hasKeyName() { + return this.keyName != null; + } + + /** + * The key's name, up to 50 characters. Cannot be empty + */ + public CreateKeyRequest setKeyName(String d) { + this.keyName = d; + return this; + } + private MultiArgument roleId; @RequestField(name="role_id") @@ -102,6 +124,14 @@ public String toString(int alignment) { .append(',') .append(System.lineSeparator()); } + if (keyName != null) { + sb.append(aligned) + .append("\"keyName\": \"") + .append(keyName) + .append('"') + .append(',') + .append(System.lineSeparator()); + } if (roleId != null) { sb.append(aligned) .append("\"roleId\": \"") diff --git a/src/main/java/com/voximplant/apiclient/request/CreateSipRegistrationRequest.java b/src/main/java/com/voximplant/apiclient/request/CreateSipRegistrationRequest.java index 193bcf1..340bd25 100644 --- a/src/main/java/com/voximplant/apiclient/request/CreateSipRegistrationRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/CreateSipRegistrationRequest.java @@ -85,7 +85,7 @@ public CreateSipRegistrationRequest setAuthUser(String d) { @RequestField(name="outbound_proxy") /** - * The outbound SIP proxy + * The outgoing SIP proxy */ public String getOutboundProxy() { return this.outboundProxy; @@ -96,7 +96,7 @@ public boolean hasOutboundProxy() { } /** - * The outbound SIP proxy + * The outgoing SIP proxy */ public CreateSipRegistrationRequest setOutboundProxy(String d) { this.outboundProxy = d; @@ -129,8 +129,8 @@ public CreateSipRegistrationRequest setPassword(String d) { @RequestField(name="is_persistent") /** - * SIP registration is persistent. Set false to activate it only on the - * user login + * Whether SIP registration is persistent. Set false to activate it only + * on the user login */ public Boolean getIsPersistent() { return this.isPersistent; @@ -141,8 +141,8 @@ public boolean hasIsPersistent() { } /** - * SIP registration is persistent. Set false to activate it only on the - * user login + * Whether SIP registration is persistent. Set false to activate it only + * on the user login */ public CreateSipRegistrationRequest setIsPersistent(boolean d) { this.isPersistent = Boolean.valueOf(d); @@ -153,8 +153,8 @@ public CreateSipRegistrationRequest setIsPersistent(boolean d) { @RequestField(name="application_id") /** - * The application ID which a new SIP registration will be bound to. Can - * be used instead of the application_name parameter + * The application ID which a new SIP registration is to be bound to. + * Can be used instead of the application_name parameter */ public Long getApplicationId() { return this.applicationId; @@ -165,8 +165,8 @@ public boolean hasApplicationId() { } /** - * The application ID which a new SIP registration will be bound to. Can - * be used instead of the application_name parameter + * The application ID which a new SIP registration is to be bound to. + * Can be used instead of the application_name parameter */ public CreateSipRegistrationRequest setApplicationId(long d) { this.applicationId = Long.valueOf(d); @@ -177,7 +177,7 @@ public CreateSipRegistrationRequest setApplicationId(long d) { @RequestField(name="application_name") /** - * The application name which a new SIP registration will be bound to. + * The application name which a new SIP registration is to be bound to. * Can be used instead of the application_id parameter */ public String getApplicationName() { @@ -189,7 +189,7 @@ public boolean hasApplicationName() { } /** - * The application name which a new SIP registration will be bound to. + * The application name which a new SIP registration is to be bound to. * Can be used instead of the application_id parameter */ public CreateSipRegistrationRequest setApplicationName(String d) { @@ -201,7 +201,7 @@ public CreateSipRegistrationRequest setApplicationName(String d) { @RequestField(name="rule_id") /** - * The rule ID which a new SIP registration will be bound to. Can be + * The rule ID which a new SIP registration is to be bound to. Can be * used instead of the rule_name parameter */ public Long getRuleId() { @@ -213,7 +213,7 @@ public boolean hasRuleId() { } /** - * The rule ID which a new SIP registration will be bound to. Can be + * The rule ID which a new SIP registration is to be bound to. Can be * used instead of the rule_name parameter */ public CreateSipRegistrationRequest setRuleId(long d) { @@ -225,7 +225,7 @@ public CreateSipRegistrationRequest setRuleId(long d) { @RequestField(name="rule_name") /** - * The rule name which a new SIP registration will be bound to. Can be + * The rule name which a new SIP registration is to be bound to. Can be * used instead of the rule_id parameter */ public String getRuleName() { @@ -237,7 +237,7 @@ public boolean hasRuleName() { } /** - * The rule name which a new SIP registration will be bound to. Can be + * The rule name which a new SIP registration is to be bound to. Can be * used instead of the rule_id parameter */ public CreateSipRegistrationRequest setRuleName(String d) { @@ -249,7 +249,7 @@ public CreateSipRegistrationRequest setRuleName(String d) { @RequestField(name="user_id") /** - * The user ID which a new SIP registration will be bound to. Can be + * The user ID which a new SIP registration is to be bound to. Can be * used instead of the user_name parameter */ public Long getUserId() { @@ -261,7 +261,7 @@ public boolean hasUserId() { } /** - * The user ID which a new SIP registration will be bound to. Can be + * The user ID which a new SIP registration is to be bound to. Can be * used instead of the user_name parameter */ public CreateSipRegistrationRequest setUserId(long d) { @@ -273,7 +273,7 @@ public CreateSipRegistrationRequest setUserId(long d) { @RequestField(name="user_name") /** - * The user name which a new SIP registration will be bound to. Can be + * The user name which a new SIP registration is to be bound to. Can be * used instead of the user_id parameter */ public String getUserName() { @@ -285,7 +285,7 @@ public boolean hasUserName() { } /** - * The user name which a new SIP registration will be bound to. Can be + * The user name which a new SIP registration is to be bound to. Can be * used instead of the user_id parameter */ public CreateSipRegistrationRequest setUserName(String d) { diff --git a/src/main/java/com/voximplant/apiclient/request/DelAuthorizedAccountIPRequest.java b/src/main/java/com/voximplant/apiclient/request/DelAuthorizedAccountIPRequest.java index 1312470..24f4781 100644 --- a/src/main/java/com/voximplant/apiclient/request/DelAuthorizedAccountIPRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/DelAuthorizedAccountIPRequest.java @@ -67,7 +67,7 @@ public DelAuthorizedAccountIPRequest setContainsIp(String d) { @RequestField(name="allowed") /** - * Set true to remove the network from the white list. Set false to + * Whether to remove the network from the white list. Set false to * remove the network from the black list. Omit the parameter to remove * the network from all lists */ @@ -80,7 +80,7 @@ public boolean hasAllowed() { } /** - * Set true to remove the network from the white list. Set false to + * Whether to remove the network from the white list. Set false to * remove the network from the black list. Omit the parameter to remove * the network from all lists */ diff --git a/src/main/java/com/voximplant/apiclient/request/GetACDHistoryRequest.java b/src/main/java/com/voximplant/apiclient/request/GetACDHistoryRequest.java index 5ed27fe..10e32d2 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetACDHistoryRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetACDHistoryRequest.java @@ -155,7 +155,7 @@ public GetACDHistoryRequest setUserId(MultiArgument d) { @RequestField(name="operator_hangup") /** - * Set true to get the calls terminated by the operator + * Whether to get the calls terminated by the operator */ public Boolean getOperatorHangup() { return this.operatorHangup; @@ -166,7 +166,7 @@ public boolean hasOperatorHangup() { } /** - * Set true to get the calls terminated by the operator + * Whether to get the calls terminated by the operator */ public GetACDHistoryRequest setOperatorHangup(boolean d) { this.operatorHangup = Boolean.valueOf(d); @@ -177,7 +177,7 @@ public GetACDHistoryRequest setOperatorHangup(boolean d) { @RequestField(name="unserviced") /** - * The unserviced calls by the operator + * Whether the call is unserviced by the operator */ public Boolean getUnserviced() { return this.unserviced; @@ -188,7 +188,7 @@ public boolean hasUnserviced() { } /** - * The unserviced calls by the operator + * Whether the call is unserviced by the operator */ public GetACDHistoryRequest setUnserviced(boolean d) { this.unserviced = Boolean.valueOf(d); @@ -221,8 +221,8 @@ public GetACDHistoryRequest setMinWaitingTime(long d) { @RequestField(name="rejected") /** - * The rejected calls by the 'max_queue_size', 'max_waiting_time' - * threshold + * Whether the call is rejected calls by the 'max_queue_size', + * 'max_waiting_time' threshold */ public Boolean getRejected() { return this.rejected; @@ -233,8 +233,8 @@ public boolean hasRejected() { } /** - * The rejected calls by the 'max_queue_size', 'max_waiting_time' - * threshold + * Whether the call is rejected calls by the 'max_queue_size', + * 'max_waiting_time' threshold */ public GetACDHistoryRequest setRejected(boolean d) { this.rejected = Boolean.valueOf(d); @@ -245,7 +245,7 @@ public GetACDHistoryRequest setRejected(boolean d) { @RequestField(name="with_events") /** - * Set true to get the bound events + * Whether to get the bound events */ public Boolean getWithEvents() { return this.withEvents; @@ -256,7 +256,7 @@ public boolean hasWithEvents() { } /** - * Set true to get the bound events + * Whether to get the bound events */ public GetACDHistoryRequest setWithEvents(boolean d) { this.withEvents = Boolean.valueOf(d); @@ -267,7 +267,7 @@ public GetACDHistoryRequest setWithEvents(boolean d) { @RequestField(name="with_header") /** - * Set false to get a CSV file without the column names if the output=csv + * Whether to get a CSV file with the column names if the output=csv */ public Boolean getWithHeader() { return this.withHeader; @@ -278,7 +278,7 @@ public boolean hasWithHeader() { } /** - * Set false to get a CSV file without the column names if the output=csv + * Whether to get a CSV file with the column names if the output=csv */ public GetACDHistoryRequest setWithHeader(boolean d) { this.withHeader = Boolean.valueOf(d); @@ -289,7 +289,7 @@ public GetACDHistoryRequest setWithHeader(boolean d) { @RequestField(name="desc_order") /** - * Set true to get records in the descent order + * Whether to get records in the descent order */ public Boolean getDescOrder() { return this.descOrder; @@ -300,7 +300,7 @@ public boolean hasDescOrder() { } /** - * Set true to get records in the descent order + * Whether to get records in the descent order */ public GetACDHistoryRequest setDescOrder(boolean d) { this.descOrder = Boolean.valueOf(d); @@ -333,7 +333,7 @@ public GetACDHistoryRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -344,7 +344,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetACDHistoryRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetACDOperatorStatisticsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetACDOperatorStatisticsRequest.java index 3b9c794..57402e8 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetACDOperatorStatisticsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetACDOperatorStatisticsRequest.java @@ -119,13 +119,12 @@ public GetACDOperatorStatisticsRequest setUserId(MultiArgument d) { @RequestField(name="abbreviation") /** - * If set to true, key names in returned JSON will be abbreviated - * to reduce response byte size. The abbreviations are: 'SA' for - * 'SpeedOfAnswer', 'HT' for 'HandlingTime', 'TT' for 'TalkTime', 'ACW' - * for 'AfterCallWork', 'TDT' for 'TotalDialingTime', 'THT' for - * 'TotalHandlingTime', 'TTT' for 'TotalTalkTime', 'TACW' for - * 'TotalAfterCallWork', 'AC' for 'AnsweredCalls', 'UAC' for - * 'UnansweredCalls' + * Whether key names in returned JSON are abbreviated to reduce response + * byte size. The abbreviations are: 'SA' for 'SpeedOfAnswer', 'HT' for + * 'HandlingTime', 'TT' for 'TalkTime', 'ACW' for 'AfterCallWork', 'TDT' + * for 'TotalDialingTime', 'THT' for 'TotalHandlingTime', 'TTT' for + * 'TotalTalkTime', 'TACW' for 'TotalAfterCallWork', 'AC' for + * 'AnsweredCalls', 'UAC' for 'UnansweredCalls' */ public Boolean getAbbreviation() { return this.abbreviation; @@ -136,13 +135,12 @@ public boolean hasAbbreviation() { } /** - * If set to true, key names in returned JSON will be abbreviated - * to reduce response byte size. The abbreviations are: 'SA' for - * 'SpeedOfAnswer', 'HT' for 'HandlingTime', 'TT' for 'TalkTime', 'ACW' - * for 'AfterCallWork', 'TDT' for 'TotalDialingTime', 'THT' for - * 'TotalHandlingTime', 'TTT' for 'TotalTalkTime', 'TACW' for - * 'TotalAfterCallWork', 'AC' for 'AnsweredCalls', 'UAC' for - * 'UnansweredCalls' + * Whether key names in returned JSON are abbreviated to reduce response + * byte size. The abbreviations are: 'SA' for 'SpeedOfAnswer', 'HT' for + * 'HandlingTime', 'TT' for 'TalkTime', 'ACW' for 'AfterCallWork', 'TDT' + * for 'TotalDialingTime', 'THT' for 'TotalHandlingTime', 'TTT' for + * 'TotalTalkTime', 'TACW' for 'TotalAfterCallWork', 'AC' for + * 'AnsweredCalls', 'UAC' for 'UnansweredCalls' */ public GetACDOperatorStatisticsRequest setAbbreviation(boolean d) { this.abbreviation = Boolean.valueOf(d); @@ -154,7 +152,7 @@ public GetACDOperatorStatisticsRequest setAbbreviation(boolean d) { @RequestField(name="report") /** * List of item names abbreviations separated by semicolons (;). - * Returned JSON will include keys only for the selected items. Special + * Returned JSON includes keys only for the selected items. Special * 'all' value defines all possible items, see * [ACDOperatorStatisticsType] for a complete list. See 'abbreviation' * description for complete abbreviation list @@ -169,7 +167,7 @@ public boolean hasReport() { /** * List of item names abbreviations separated by semicolons (;). - * Returned JSON will include keys only for the selected items. Special + * Returned JSON includes keys only for the selected items. Special * 'all' value defines all possible items, see * [ACDOperatorStatisticsType] for a complete list. See 'abbreviation' * description for complete abbreviation list @@ -213,12 +211,12 @@ public GetACDOperatorStatisticsRequest setAggregation(String d) { @RequestField(name="group") /** - * If set to 'user', first-level array in the resulting JSON will group - * records by the user ID, and second-level array will group them by - * date according to the 'aggregation' parameter. If set to - * 'aggregation', first-level array in the resulting JSON will group - * records according to the 'aggregation' parameter, and second-level - * array will group them by the user ID + * If set to 'user', first-level array in the resulting JSON groups + * records by the user ID, and second-level array groups them by date + * according to the 'aggregation' parameter. If set to 'aggregation', + * first-level array in the resulting JSON groups records according to + * the 'aggregation' parameter, and second-level array groups them by + * the user ID */ public String getGroup() { return this.group; @@ -229,12 +227,12 @@ public boolean hasGroup() { } /** - * If set to 'user', first-level array in the resulting JSON will group - * records by the user ID, and second-level array will group them by - * date according to the 'aggregation' parameter. If set to - * 'aggregation', first-level array in the resulting JSON will group - * records according to the 'aggregation' parameter, and second-level - * array will group them by the user ID + * If set to 'user', first-level array in the resulting JSON groups + * records by the user ID, and second-level array groups them by date + * according to the 'aggregation' parameter. If set to 'aggregation', + * first-level array in the resulting JSON groups records according to + * the 'aggregation' parameter, and second-level array groups them by + * the user ID */ public GetACDOperatorStatisticsRequest setGroup(String d) { this.group = d; diff --git a/src/main/java/com/voximplant/apiclient/request/GetACDOperatorStatusStatisticsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetACDOperatorStatusStatisticsRequest.java index 18b69fa..608f30f 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetACDOperatorStatusStatisticsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetACDOperatorStatusStatisticsRequest.java @@ -151,12 +151,12 @@ public GetACDOperatorStatusStatisticsRequest setAggregation(String d) { @RequestField(name="group") /** - * If set to 'user', first-level array in the resulting JSON will group - * records by the user ID, and second-level array will group them by - * date according to the 'aggregation' parameter. If set to - * 'aggregation', first-level array in the resulting JSON will group - * records according to the 'aggregation' parameter, and second-level - * array will group them by the user ID + * If set to 'user', first-level array in the resulting JSON groups + * records by the user ID, and second-level array groups them by date + * according to the 'aggregation' parameter. If set to 'aggregation', + * first-level array in the resulting JSON groups records according to + * the 'aggregation' parameter, and second-level array groups them by + * the user ID */ public String getGroup() { return this.group; @@ -167,12 +167,12 @@ public boolean hasGroup() { } /** - * If set to 'user', first-level array in the resulting JSON will group - * records by the user ID, and second-level array will group them by - * date according to the 'aggregation' parameter. If set to - * 'aggregation', first-level array in the resulting JSON will group - * records according to the 'aggregation' parameter, and second-level - * array will group them by the user ID + * If set to 'user', first-level array in the resulting JSON groups + * records by the user ID, and second-level array groups them by date + * according to the 'aggregation' parameter. If set to 'aggregation', + * first-level array in the resulting JSON groups records according to + * the 'aggregation' parameter, and second-level array groups them by + * the user ID */ public GetACDOperatorStatusStatisticsRequest setGroup(String d) { this.group = d; diff --git a/src/main/java/com/voximplant/apiclient/request/GetACDQueueStatisticsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetACDQueueStatisticsRequest.java index fe0222f..b853e59 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetACDQueueStatisticsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetACDQueueStatisticsRequest.java @@ -71,17 +71,16 @@ public GetACDQueueStatisticsRequest setToDate(Date d) { @RequestField(name="abbreviation") /** - * If set to true, key names in returned JSON will be abbreviated - * to reduce response byte size. The abbreviations are: 'WT' for - * 'WaitingTime', 'SA' for 'SpeedOfAnswer', 'AT' is for - * 'AbandonmentTime', 'HT' is for 'HandlingTime', 'TT' is for - * 'TalkTime', 'ACW' is for 'AfterCallWork', 'QL' is for 'QueueLength', - * 'TC' is for 'TotalCalls', 'AC' is for 'AnsweredCalls', 'UAC' is for - * 'UnansweredCalls', 'RC' is for 'RejectedCalls', 'SL' is for - * 'ServiceLevel', 'TWT' is for 'TotalWaitingTime', 'TST' is for - * 'TotalSubmissionTime', 'TAT' is for 'TotalAbandonmentTime', 'THT' is - * for 'TotalHandlingTime', 'TTT' is for 'TotalTalkTime', 'TACW' is for - * 'TotalAfterCallWork' + * Whether key names in returned JSON are abbreviated to reduce response + * byte size. The abbreviations are: 'WT' for 'WaitingTime', 'SA' for + * 'SpeedOfAnswer', 'AT' is for 'AbandonmentTime', 'HT' is for + * 'HandlingTime', 'TT' is for 'TalkTime', 'ACW' is for 'AfterCallWork', + * 'QL' is for 'QueueLength', 'TC' is for 'TotalCalls', 'AC' is for + * 'AnsweredCalls', 'UAC' is for 'UnansweredCalls', 'RC' is for + * 'RejectedCalls', 'SL' is for 'ServiceLevel', 'TWT' is for + * 'TotalWaitingTime', 'TST' is for 'TotalSubmissionTime', 'TAT' is for + * 'TotalAbandonmentTime', 'THT' is for 'TotalHandlingTime', 'TTT' is + * for 'TotalTalkTime', 'TACW' is for 'TotalAfterCallWork' */ public Boolean getAbbreviation() { return this.abbreviation; @@ -92,17 +91,16 @@ public boolean hasAbbreviation() { } /** - * If set to true, key names in returned JSON will be abbreviated - * to reduce response byte size. The abbreviations are: 'WT' for - * 'WaitingTime', 'SA' for 'SpeedOfAnswer', 'AT' is for - * 'AbandonmentTime', 'HT' is for 'HandlingTime', 'TT' is for - * 'TalkTime', 'ACW' is for 'AfterCallWork', 'QL' is for 'QueueLength', - * 'TC' is for 'TotalCalls', 'AC' is for 'AnsweredCalls', 'UAC' is for - * 'UnansweredCalls', 'RC' is for 'RejectedCalls', 'SL' is for - * 'ServiceLevel', 'TWT' is for 'TotalWaitingTime', 'TST' is for - * 'TotalSubmissionTime', 'TAT' is for 'TotalAbandonmentTime', 'THT' is - * for 'TotalHandlingTime', 'TTT' is for 'TotalTalkTime', 'TACW' is for - * 'TotalAfterCallWork' + * Whether key names in returned JSON are abbreviated to reduce response + * byte size. The abbreviations are: 'WT' for 'WaitingTime', 'SA' for + * 'SpeedOfAnswer', 'AT' is for 'AbandonmentTime', 'HT' is for + * 'HandlingTime', 'TT' is for 'TalkTime', 'ACW' is for 'AfterCallWork', + * 'QL' is for 'QueueLength', 'TC' is for 'TotalCalls', 'AC' is for + * 'AnsweredCalls', 'UAC' is for 'UnansweredCalls', 'RC' is for + * 'RejectedCalls', 'SL' is for 'ServiceLevel', 'TWT' is for + * 'TotalWaitingTime', 'TST' is for 'TotalSubmissionTime', 'TAT' is for + * 'TotalAbandonmentTime', 'THT' is for 'TotalHandlingTime', 'TTT' is + * for 'TotalTalkTime', 'TACW' is for 'TotalAfterCallWork' */ public GetACDQueueStatisticsRequest setAbbreviation(boolean d) { this.abbreviation = Boolean.valueOf(d); @@ -138,7 +136,7 @@ public GetACDQueueStatisticsRequest setAcdQueueId(MultiArgument d) { @RequestField(name="report") /** * List of item names abbreviations separated by semicolons (;). - * Returned JSON will include keys only for the selected items. Special + * Returned JSON includes keys only for the selected items. Special * 'all' value defines all possible items, see [ACDQueueStatisticsType] * for a complete list. See 'abbreviation' description for complete * abbreviation list @@ -153,7 +151,7 @@ public boolean hasReport() { /** * List of item names abbreviations separated by semicolons (;). - * Returned JSON will include keys only for the selected items. Special + * Returned JSON includes keys only for the selected items. Special * 'all' value defines all possible items, see [ACDQueueStatisticsType] * for a complete list. See 'abbreviation' description for complete * abbreviation list diff --git a/src/main/java/com/voximplant/apiclient/request/GetAccountDocumentsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetAccountDocumentsRequest.java index 049e066..74a968b 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetAccountDocumentsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetAccountDocumentsRequest.java @@ -19,7 +19,7 @@ public class GetAccountDocumentsRequest implements Alignable { @RequestField(name="with_details") /** - * Set true to view the uploaded document statuses. (The flag is ignored + * Whether to view the uploaded document statuses. (The flag is ignored * with the child_account_id=all) */ public Boolean getWithDetails() { @@ -31,7 +31,7 @@ public boolean hasWithDetails() { } /** - * Set true to view the uploaded document statuses. (The flag is ignored + * Whether to view the uploaded document statuses. (The flag is ignored * with the child_account_id=all) */ public GetAccountDocumentsRequest setWithDetails(boolean d) { @@ -165,7 +165,7 @@ public GetAccountDocumentsRequest setChildAccountId(MultiArgument d) { @RequestField(name="children_verifications_only") /** - * Set true to get the children account verifications only + * Whether to get the children account verifications only */ public Boolean getChildrenVerificationsOnly() { return this.childrenVerificationsOnly; @@ -176,7 +176,7 @@ public boolean hasChildrenVerificationsOnly() { } /** - * Set true to get the children account verifications only + * Whether to get the children account verifications only */ public GetAccountDocumentsRequest setChildrenVerificationsOnly(boolean d) { this.childrenVerificationsOnly = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetAccountInfoRequest.java b/src/main/java/com/voximplant/apiclient/request/GetAccountInfoRequest.java index 8a9a2f3..abf0603 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetAccountInfoRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetAccountInfoRequest.java @@ -19,7 +19,7 @@ public class GetAccountInfoRequest implements Alignable { @RequestField(name="return_live_balance") /** - * Set true to get the account's live balance + * Whether to get the account's live balance */ public Boolean getReturnLiveBalance() { return this.returnLiveBalance; @@ -30,7 +30,7 @@ public boolean hasReturnLiveBalance() { } /** - * Set true to get the account's live balance + * Whether to get the account's live balance */ public GetAccountInfoRequest setReturnLiveBalance(boolean d) { this.returnLiveBalance = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetAdminRolesRequest.java b/src/main/java/com/voximplant/apiclient/request/GetAdminRolesRequest.java index 50a10f6..7f624f0 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetAdminRolesRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetAdminRolesRequest.java @@ -63,7 +63,7 @@ public GetAdminRolesRequest setAdminRoleName(String d) { @RequestField(name="admin_role_active") /** - * The admin role active flag to filter + * Whether the admin role is enabled to filter */ public Boolean getAdminRoleActive() { return this.adminRoleActive; @@ -74,7 +74,7 @@ public boolean hasAdminRoleActive() { } /** - * The admin role active flag to filter + * Whether the admin role is enabled to filter */ public GetAdminRolesRequest setAdminRoleActive(boolean d) { this.adminRoleActive = Boolean.valueOf(d); @@ -85,7 +85,7 @@ public GetAdminRolesRequest setAdminRoleActive(boolean d) { @RequestField(name="with_entries") /** - * Set true to get the permissions + * Whether to get the permissions */ public Boolean getWithEntries() { return this.withEntries; @@ -96,7 +96,7 @@ public boolean hasWithEntries() { } /** - * Set true to get the permissions + * Whether to get the permissions */ public GetAdminRolesRequest setWithEntries(boolean d) { this.withEntries = Boolean.valueOf(d); @@ -107,7 +107,7 @@ public GetAdminRolesRequest setWithEntries(boolean d) { @RequestField(name="with_account_roles") /** - * Set false to omit the account roles + * Whether to include the account roles */ public Boolean getWithAccountRoles() { return this.withAccountRoles; @@ -118,7 +118,7 @@ public boolean hasWithAccountRoles() { } /** - * Set false to omit the account roles + * Whether to include the account roles */ public GetAdminRolesRequest setWithAccountRoles(boolean d) { this.withAccountRoles = Boolean.valueOf(d); @@ -129,7 +129,7 @@ public GetAdminRolesRequest setWithAccountRoles(boolean d) { @RequestField(name="with_parent_roles") /** - * Set false to omit the parent roles + * Whether to include the parent roles */ public Boolean getWithParentRoles() { return this.withParentRoles; @@ -140,7 +140,7 @@ public boolean hasWithParentRoles() { } /** - * Set false to omit the parent roles + * Whether to include the parent roles */ public GetAdminRolesRequest setWithParentRoles(boolean d) { this.withParentRoles = Boolean.valueOf(d); @@ -151,7 +151,7 @@ public GetAdminRolesRequest setWithParentRoles(boolean d) { @RequestField(name="with_system_roles") /** - * Set false to omit the system roles + * Whether to include the system roles */ public Boolean getWithSystemRoles() { return this.withSystemRoles; @@ -162,7 +162,7 @@ public boolean hasWithSystemRoles() { } /** - * Set false to omit the system roles + * Whether to include the system roles */ public GetAdminRolesRequest setWithSystemRoles(boolean d) { this.withSystemRoles = Boolean.valueOf(d); @@ -287,7 +287,7 @@ public GetAdminRolesRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -298,7 +298,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetAdminRolesRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetAdminUsersRequest.java b/src/main/java/com/voximplant/apiclient/request/GetAdminUsersRequest.java index 18e2f93..71af165 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetAdminUsersRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetAdminUsersRequest.java @@ -85,7 +85,7 @@ public GetAdminUsersRequest setAdminUserDisplayName(String d) { @RequestField(name="admin_user_active") /** - * The admin user active flag to filter + * Whether the admin user is active to filter */ public Boolean getAdminUserActive() { return this.adminUserActive; @@ -96,7 +96,7 @@ public boolean hasAdminUserActive() { } /** - * The admin user active flag to filter + * Whether the admin user is active to filter */ public GetAdminUsersRequest setAdminUserActive(boolean d) { this.adminUserActive = Boolean.valueOf(d); @@ -107,7 +107,7 @@ public GetAdminUsersRequest setAdminUserActive(boolean d) { @RequestField(name="with_roles") /** - * Set true to get the attached admin roles + * Whether to get the attached admin roles */ public Boolean getWithRoles() { return this.withRoles; @@ -118,7 +118,7 @@ public boolean hasWithRoles() { } /** - * Set true to get the attached admin roles + * Whether to get the attached admin roles */ public GetAdminUsersRequest setWithRoles(boolean d) { this.withRoles = Boolean.valueOf(d); @@ -129,7 +129,7 @@ public GetAdminUsersRequest setWithRoles(boolean d) { @RequestField(name="with_access_entries") /** - * Set true to get the admin user permissions + * Whether to get the admin user permissions */ public Boolean getWithAccessEntries() { return this.withAccessEntries; @@ -140,7 +140,7 @@ public boolean hasWithAccessEntries() { } /** - * Set true to get the admin user permissions + * Whether to get the admin user permissions */ public GetAdminUsersRequest setWithAccessEntries(boolean d) { this.withAccessEntries = Boolean.valueOf(d); @@ -173,7 +173,7 @@ public GetAdminUsersRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -184,7 +184,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetAdminUsersRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetApplicationsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetApplicationsRequest.java index d7dc48e..4011a06 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetApplicationsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetApplicationsRequest.java @@ -63,7 +63,7 @@ public GetApplicationsRequest setApplicationName(String d) { @RequestField(name="with_rules") /** - * Set true to get bound rules info + * Whether to get bound rules info */ public Boolean getWithRules() { return this.withRules; @@ -74,7 +74,7 @@ public boolean hasWithRules() { } /** - * Set true to get bound rules info + * Whether to get bound rules info */ public GetApplicationsRequest setWithRules(boolean d) { this.withRules = Boolean.valueOf(d); @@ -85,7 +85,7 @@ public GetApplicationsRequest setWithRules(boolean d) { @RequestField(name="with_scenarios") /** - * Set true to get bound rules and scenarios info + * Whether to get bound rules and scenarios info */ public Boolean getWithScenarios() { return this.withScenarios; @@ -96,7 +96,7 @@ public boolean hasWithScenarios() { } /** - * Set true to get bound rules and scenarios info + * Whether to get bound rules and scenarios info */ public GetApplicationsRequest setWithScenarios(boolean d) { this.withScenarios = Boolean.valueOf(d); @@ -129,7 +129,7 @@ public GetApplicationsRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -140,7 +140,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetApplicationsRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetAuditLogRequest.java b/src/main/java/com/voximplant/apiclient/request/GetAuditLogRequest.java index 2ba8dc7..0a3efef 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetAuditLogRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetAuditLogRequest.java @@ -201,7 +201,7 @@ public GetAuditLogRequest setAdvancedFilters(String d) { @RequestField(name="with_header") /** - * Set false to get a CSV file without the column names if the output=csv + * Whether to get a CSV file with the column names if the output=csv */ public Boolean getWithHeader() { return this.withHeader; @@ -212,7 +212,7 @@ public boolean hasWithHeader() { } /** - * Set false to get a CSV file without the column names if the output=csv + * Whether to get a CSV file with the column names if the output=csv */ public GetAuditLogRequest setWithHeader(boolean d) { this.withHeader = Boolean.valueOf(d); @@ -223,7 +223,7 @@ public GetAuditLogRequest setWithHeader(boolean d) { @RequestField(name="desc_order") /** - * Set true to get records in the descent order + * Whether to get records in the descent order */ public Boolean getDescOrder() { return this.descOrder; @@ -234,7 +234,7 @@ public boolean hasDescOrder() { } /** - * Set true to get records in the descent order + * Whether to get records in the descent order */ public GetAuditLogRequest setDescOrder(boolean d) { this.descOrder = Boolean.valueOf(d); @@ -245,7 +245,7 @@ public GetAuditLogRequest setDescOrder(boolean d) { @RequestField(name="with_total_count") /** - * Set false to omit the 'total_count' and increase performance + * Whether to include the 'total_count' and increase performance */ public Boolean getWithTotalCount() { return this.withTotalCount; @@ -256,7 +256,7 @@ public boolean hasWithTotalCount() { } /** - * Set false to omit the 'total_count' and increase performance + * Whether to include the 'total_count' and increase performance */ public GetAuditLogRequest setWithTotalCount(boolean d) { this.withTotalCount = Boolean.valueOf(d); @@ -289,7 +289,7 @@ public GetAuditLogRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -300,7 +300,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetAuditLogRequest setOffset(long d) { this.offset = Long.valueOf(d); @@ -333,9 +333,9 @@ public GetAuditLogRequest setOutput(String d) { @RequestField(name="is_async") /** - * Set true to get records in the asynchronous mode (for csv output - * only). If it's true, the request is available via [GetHistoryReports] - * and [DownloadHistoryReport] methods + * Whether to get records in the asynchronous mode (for csv output + * only). If it is true, the request is available via + * [GetHistoryReports] and [DownloadHistoryReport] methods */ public Boolean getIsAsync() { return this.isAsync; @@ -346,9 +346,9 @@ public boolean hasIsAsync() { } /** - * Set true to get records in the asynchronous mode (for csv output - * only). If it's true, the request is available via [GetHistoryReports] - * and [DownloadHistoryReport] methods + * Whether to get records in the asynchronous mode (for csv output + * only). If it is true, the request is available via + * [GetHistoryReports] and [DownloadHistoryReport] methods */ public GetAuditLogRequest setIsAsync(boolean d) { this.isAsync = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetAuthorizedAccountIPsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetAuthorizedAccountIPsRequest.java index 84d1825..1621643 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetAuthorizedAccountIPsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetAuthorizedAccountIPsRequest.java @@ -41,7 +41,7 @@ public GetAuthorizedAccountIPsRequest setAuthorizedIp(String d) { @RequestField(name="allowed") /** - * The allowed flag to filter + * Whether the IP is allowed */ public Boolean getAllowed() { return this.allowed; @@ -52,7 +52,7 @@ public boolean hasAllowed() { } /** - * The allowed flag to filter + * Whether the IP is allowed */ public GetAuthorizedAccountIPsRequest setAllowed(boolean d) { this.allowed = Boolean.valueOf(d); @@ -109,7 +109,7 @@ public GetAuthorizedAccountIPsRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -120,7 +120,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetAuthorizedAccountIPsRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetBriefCallHistoryRequest.java b/src/main/java/com/voximplant/apiclient/request/GetBriefCallHistoryRequest.java index 2661eeb..b120e6d 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetBriefCallHistoryRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetBriefCallHistoryRequest.java @@ -281,7 +281,7 @@ public GetBriefCallHistoryRequest setCallSessionHistoryCustomData(String d) { @RequestField(name="with_header") /** - * Set false to get a CSV file without the column names if the output=csv + * Whether to get a CSV file with the column names if the output=csv */ public Boolean getWithHeader() { return this.withHeader; @@ -292,7 +292,7 @@ public boolean hasWithHeader() { } /** - * Set false to get a CSV file without the column names if the output=csv + * Whether to get a CSV file with the column names if the output=csv */ public GetBriefCallHistoryRequest setWithHeader(boolean d) { this.withHeader = Boolean.valueOf(d); @@ -303,7 +303,7 @@ public GetBriefCallHistoryRequest setWithHeader(boolean d) { @RequestField(name="desc_order") /** - * Set true to get records in the descent order + * Whether to get records in the descent order */ public Boolean getDescOrder() { return this.descOrder; @@ -314,7 +314,7 @@ public boolean hasDescOrder() { } /** - * Set true to get records in the descent order + * Whether to get records in the descent order */ public GetBriefCallHistoryRequest setDescOrder(boolean d) { this.descOrder = Boolean.valueOf(d); @@ -347,7 +347,7 @@ public GetBriefCallHistoryRequest setOutput(String d) { @RequestField(name="is_async") /** - * Set true to get records in the asynchronous mode. Use this mode to + * Whether to get records in the asynchronous mode. Use this mode to * download large amounts of data. See the [GetHistoryReports], * [DownloadHistoryReport] functions for details */ @@ -360,7 +360,7 @@ public boolean hasIsAsync() { } /** - * Set true to get records in the asynchronous mode. Use this mode to + * Whether to get records in the asynchronous mode. Use this mode to * download large amounts of data. See the [GetHistoryReports], * [DownloadHistoryReport] functions for details */ diff --git a/src/main/java/com/voximplant/apiclient/request/GetCallHistoryRequest.java b/src/main/java/com/voximplant/apiclient/request/GetCallHistoryRequest.java index 895ff05..5b1ed45 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetCallHistoryRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetCallHistoryRequest.java @@ -180,7 +180,7 @@ public GetCallHistoryRequest setApplicationName(String d) { @RequestField(name="user_id") /** * To receive the call history for a specific users, pass the user ID - * list separated by semicolons (;). If it's specified, the output + * list separated by semicolons (;). If it is specified, the output * contains the calls from the listed users only */ public MultiArgument getUserId() { @@ -193,7 +193,7 @@ public boolean hasUserId() { /** * To receive the call history for a specific users, pass the user ID - * list separated by semicolons (;). If it's specified, the output + * list separated by semicolons (;). If it is specified, the output * contains the calls from the listed users only */ public GetCallHistoryRequest setUserId(MultiArgument d) { @@ -307,9 +307,8 @@ public GetCallHistoryRequest setCallSessionHistoryCustomData(String d) { @RequestField(name="with_calls") /** - * Specifies whether to receive a list of sessions with all calls within - * the sessions, including phone numbers, call cost and other - * information + * Whether to receive a list of sessions with all calls within the + * sessions, including phone numbers, call cost and other information */ public Boolean getWithCalls() { return this.withCalls; @@ -320,9 +319,8 @@ public boolean hasWithCalls() { } /** - * Specifies whether to receive a list of sessions with all calls within - * the sessions, including phone numbers, call cost and other - * information + * Whether to receive a list of sessions with all calls within the + * sessions, including phone numbers, call cost and other information */ public GetCallHistoryRequest setWithCalls(boolean d) { this.withCalls = Boolean.valueOf(d); @@ -333,7 +331,7 @@ public GetCallHistoryRequest setWithCalls(boolean d) { @RequestField(name="with_records") /** - * Specifies whether to get the calls' records + * Whether to get the calls' records */ public Boolean getWithRecords() { return this.withRecords; @@ -344,7 +342,7 @@ public boolean hasWithRecords() { } /** - * Specifies whether to get the calls' records + * Whether to get the calls' records */ public GetCallHistoryRequest setWithRecords(boolean d) { this.withRecords = Boolean.valueOf(d); @@ -355,7 +353,7 @@ public GetCallHistoryRequest setWithRecords(boolean d) { @RequestField(name="with_other_resources") /** - * Set true to get other resources usage (see [ResourceUsageType]) + * Whether to get other resources usage (see [ResourceUsageType]) */ public Boolean getWithOtherResources() { return this.withOtherResources; @@ -366,7 +364,7 @@ public boolean hasWithOtherResources() { } /** - * Set true to get other resources usage (see [ResourceUsageType]) + * Whether to get other resources usage (see [ResourceUsageType]) */ public GetCallHistoryRequest setWithOtherResources(boolean d) { this.withOtherResources = Boolean.valueOf(d); @@ -399,7 +397,7 @@ public GetCallHistoryRequest setChildAccountId(MultiArgument d) { @RequestField(name="children_calls_only") /** - * Set true to get the children account calls only + * Whether to get the children account calls only */ public Boolean getChildrenCallsOnly() { return this.childrenCallsOnly; @@ -410,7 +408,7 @@ public boolean hasChildrenCallsOnly() { } /** - * Set true to get the children account calls only + * Whether to get the children account calls only */ public GetCallHistoryRequest setChildrenCallsOnly(boolean d) { this.childrenCallsOnly = Boolean.valueOf(d); @@ -421,7 +419,7 @@ public GetCallHistoryRequest setChildrenCallsOnly(boolean d) { @RequestField(name="with_header") /** - * Set false to get a CSV file without the column names if the output=csv + * Whether to get a CSV file with the column names if the output=csv */ public Boolean getWithHeader() { return this.withHeader; @@ -432,7 +430,7 @@ public boolean hasWithHeader() { } /** - * Set false to get a CSV file without the column names if the output=csv + * Whether to get a CSV file with the column names if the output=csv */ public GetCallHistoryRequest setWithHeader(boolean d) { this.withHeader = Boolean.valueOf(d); @@ -443,7 +441,7 @@ public GetCallHistoryRequest setWithHeader(boolean d) { @RequestField(name="desc_order") /** - * Set true to get records in the descent order + * Whether to get records in the descent order */ public Boolean getDescOrder() { return this.descOrder; @@ -454,7 +452,7 @@ public boolean hasDescOrder() { } /** - * Set true to get records in the descent order + * Whether to get records in the descent order */ public GetCallHistoryRequest setDescOrder(boolean d) { this.descOrder = Boolean.valueOf(d); @@ -465,7 +463,7 @@ public GetCallHistoryRequest setDescOrder(boolean d) { @RequestField(name="with_total_count") /** - * Set false to omit the 'total_count' and increase performance + * Whether to include the 'total_count' and increase performance */ public Boolean getWithTotalCount() { return this.withTotalCount; @@ -476,7 +474,7 @@ public boolean hasWithTotalCount() { } /** - * Set false to omit the 'total_count' and increase performance + * Whether to include the 'total_count' and increase performance */ public GetCallHistoryRequest setWithTotalCount(boolean d) { this.withTotalCount = Boolean.valueOf(d); @@ -557,7 +555,7 @@ public GetCallHistoryRequest setOutput(String d) { @RequestField(name="is_async") /** - * Set true to get records in the asynchronous mode (for csv output + * Whether to get records in the asynchronous mode (for csv output * only). Use this mode to download large amounts of data. See * the [GetHistoryReports], [DownloadHistoryReport] functions for * details @@ -571,7 +569,7 @@ public boolean hasIsAsync() { } /** - * Set true to get records in the asynchronous mode (for csv output + * Whether to get records in the asynchronous mode (for csv output * only). Use this mode to download large amounts of data. See * the [GetHistoryReports], [DownloadHistoryReport] functions for * details diff --git a/src/main/java/com/voximplant/apiclient/request/GetCallListDetailsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetCallListDetailsRequest.java index cfb6bc3..ce29a82 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetCallListDetailsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetCallListDetailsRequest.java @@ -63,7 +63,7 @@ public GetCallListDetailsRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -74,7 +74,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetCallListDetailsRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetCallListsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetCallListsRequest.java index 06bb575..fb9c972 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetCallListsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetCallListsRequest.java @@ -65,7 +65,7 @@ public GetCallListsRequest setName(String d) { @RequestField(name="is_active") /** - * Find only active call lists + * Whether to find only active call lists */ public Boolean getIsActive() { return this.isActive; @@ -76,7 +76,7 @@ public boolean hasIsActive() { } /** - * Find only active call lists + * Whether to find only active call lists */ public GetCallListsRequest setIsActive(boolean d) { this.isActive = Boolean.valueOf(d); @@ -181,7 +181,7 @@ public GetCallListsRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -192,7 +192,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetCallListsRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetCallerIDsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetCallerIDsRequest.java index 213189f..1c83285 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetCallerIDsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetCallerIDsRequest.java @@ -63,7 +63,7 @@ public GetCallerIDsRequest setCalleridNumber(String d) { @RequestField(name="active") /** - * The active flag to filter + * Whether the account is active to filter */ public Boolean getActive() { return this.active; @@ -74,7 +74,7 @@ public boolean hasActive() { } /** - * The active flag to filter + * Whether the account is active to filter */ public GetCallerIDsRequest setActive(boolean d) { this.active = Boolean.valueOf(d); @@ -131,7 +131,7 @@ public GetCallerIDsRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -142,7 +142,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetCallerIDsRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetChildrenAccountsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetChildrenAccountsRequest.java index 6b2a88c..1cd5ce5 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetChildrenAccountsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetChildrenAccountsRequest.java @@ -97,7 +97,7 @@ public GetChildrenAccountsRequest setChildAccountEmail(String d) { @RequestField(name="active") /** - * The active flag to filter + * Whether the filter is active */ public Boolean getActive() { return this.active; @@ -108,7 +108,7 @@ public boolean hasActive() { } /** - * The active flag to filter + * Whether the filter is active */ public GetChildrenAccountsRequest setActive(boolean d) { this.active = Boolean.valueOf(d); @@ -119,7 +119,7 @@ public GetChildrenAccountsRequest setActive(boolean d) { @RequestField(name="frozen") /** - * The frozen flag to filter + * Whether the filter is frozen */ public Boolean getFrozen() { return this.frozen; @@ -130,7 +130,7 @@ public boolean hasFrozen() { } /** - * The frozen flag to filter + * Whether the filter is frozen */ public GetChildrenAccountsRequest setFrozen(boolean d) { this.frozen = Boolean.valueOf(d); @@ -141,7 +141,7 @@ public GetChildrenAccountsRequest setFrozen(boolean d) { @RequestField(name="ignore_invalid_accounts") /** - * Set true to ignore the invalid 'child_account_id' items + * Whether to ignore the invalid 'child_account_id' items */ public Boolean getIgnoreInvalidAccounts() { return this.ignoreInvalidAccounts; @@ -152,7 +152,7 @@ public boolean hasIgnoreInvalidAccounts() { } /** - * Set true to ignore the invalid 'child_account_id' items + * Whether to ignore the invalid 'child_account_id' items */ public GetChildrenAccountsRequest setIgnoreInvalidAccounts(boolean d) { this.ignoreInvalidAccounts = Boolean.valueOf(d); @@ -163,7 +163,7 @@ public GetChildrenAccountsRequest setIgnoreInvalidAccounts(boolean d) { @RequestField(name="brief_output") /** - * Set true to output the account_id only + * Whether to output the account_id only */ public Boolean getBriefOutput() { return this.briefOutput; @@ -174,7 +174,7 @@ public boolean hasBriefOutput() { } /** - * Set true to output the account_id only + * Whether to output the account_id only */ public GetChildrenAccountsRequest setBriefOutput(boolean d) { this.briefOutput = Boolean.valueOf(d); @@ -185,7 +185,7 @@ public GetChildrenAccountsRequest setBriefOutput(boolean d) { @RequestField(name="medium_output") /** - * Set true to output the account_id, account_name, account_email only + * Whether to output the account_id, account_name, account_email only */ public Boolean getMediumOutput() { return this.mediumOutput; @@ -196,7 +196,7 @@ public boolean hasMediumOutput() { } /** - * Set true to output the account_id, account_name, account_email only + * Whether to output the account_id, account_name, account_email only */ public GetChildrenAccountsRequest setMediumOutput(boolean d) { this.mediumOutput = Boolean.valueOf(d); @@ -229,7 +229,7 @@ public GetChildrenAccountsRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -240,7 +240,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetChildrenAccountsRequest setOffset(long d) { this.offset = Long.valueOf(d); @@ -275,7 +275,7 @@ public GetChildrenAccountsRequest setOrderBy(String d) { @RequestField(name="return_live_balance") /** - * Set true to get the user live balance + * Whether to get the user live balance */ public Boolean getReturnLiveBalance() { return this.returnLiveBalance; @@ -286,7 +286,7 @@ public boolean hasReturnLiveBalance() { } /** - * Set true to get the user live balance + * Whether to get the user live balance */ public GetChildrenAccountsRequest setReturnLiveBalance(boolean d) { this.returnLiveBalance = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetDialogflowKeysRequest.java b/src/main/java/com/voximplant/apiclient/request/GetDialogflowKeysRequest.java index 5fa5049..9e07ebe 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetDialogflowKeysRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetDialogflowKeysRequest.java @@ -85,7 +85,7 @@ public GetDialogflowKeysRequest setApplicationId(long d) { @RequestField(name="with_secret_info") /** - * Set true to get the json web key + * Whether to get the json web key */ public Boolean getWithSecretInfo() { return this.withSecretInfo; @@ -96,7 +96,7 @@ public boolean hasWithSecretInfo() { } /** - * Set true to get the json web key + * Whether to get the json web key */ public GetDialogflowKeysRequest setWithSecretInfo(boolean d) { this.withSecretInfo = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetHistoryReportsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetHistoryReportsRequest.java index f113b37..2635948 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetHistoryReportsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetHistoryReportsRequest.java @@ -115,7 +115,7 @@ public GetHistoryReportsRequest setCreatedTo(Date d) { @RequestField(name="is_completed") /** - * Report is completed + * Whether the report is completed */ public Boolean getIsCompleted() { return this.isCompleted; @@ -126,7 +126,7 @@ public boolean hasIsCompleted() { } /** - * Report is completed + * Whether the report is completed */ public GetHistoryReportsRequest setIsCompleted(boolean d) { this.isCompleted = Boolean.valueOf(d); @@ -137,7 +137,7 @@ public GetHistoryReportsRequest setIsCompleted(boolean d) { @RequestField(name="desc_order") /** - * Set true to get records in the descent order + * Whether to get records in the descent order */ public Boolean getDescOrder() { return this.descOrder; @@ -148,7 +148,7 @@ public boolean hasDescOrder() { } /** - * Set true to get records in the descent order + * Whether to get records in the descent order */ public GetHistoryReportsRequest setDescOrder(boolean d) { this.descOrder = Boolean.valueOf(d); @@ -181,7 +181,7 @@ public GetHistoryReportsRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -192,7 +192,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetHistoryReportsRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetKeyRolesRequest.java b/src/main/java/com/voximplant/apiclient/request/GetKeyRolesRequest.java index aa2278c..74bd496 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetKeyRolesRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetKeyRolesRequest.java @@ -41,7 +41,7 @@ public GetKeyRolesRequest setKeyId(String d) { @RequestField(name="with_expanded_roles") /** - * Show the roles' additional properties + * Whether to show the roles' additional properties */ public Boolean getWithExpandedRoles() { return this.withExpandedRoles; @@ -52,7 +52,7 @@ public boolean hasWithExpandedRoles() { } /** - * Show the roles' additional properties + * Whether to show the roles' additional properties */ public GetKeyRolesRequest setWithExpandedRoles(boolean d) { this.withExpandedRoles = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetKeysRequest.java b/src/main/java/com/voximplant/apiclient/request/GetKeysRequest.java index 83b7567..18cfaec 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetKeysRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetKeysRequest.java @@ -41,7 +41,7 @@ public GetKeysRequest setKeyId(String d) { @RequestField(name="with_roles") /** - * Show roles for the key + * Whether to show roles for the key */ public Boolean getWithRoles() { return this.withRoles; @@ -52,7 +52,7 @@ public boolean hasWithRoles() { } /** - * Show roles for the key + * Whether to show roles for the key */ public GetKeysRequest setWithRoles(boolean d) { this.withRoles = Boolean.valueOf(d); @@ -63,7 +63,7 @@ public GetKeysRequest setWithRoles(boolean d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -74,7 +74,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetKeysRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetNewPhoneNumbersRequest.java b/src/main/java/com/voximplant/apiclient/request/GetNewPhoneNumbersRequest.java index d220269..a68d3ad 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetNewPhoneNumbersRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetNewPhoneNumbersRequest.java @@ -131,7 +131,7 @@ public GetNewPhoneNumbersRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -142,7 +142,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetNewPhoneNumbersRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetPhoneNumberRegionsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetPhoneNumberRegionsRequest.java index 41e7cf5..cf7fcc1 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetPhoneNumberRegionsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetPhoneNumberRegionsRequest.java @@ -85,8 +85,8 @@ public GetPhoneNumberRegionsRequest setCountryState(String d) { @RequestField(name="omit_empty") /** - * Set to 'false' to show all the regions (with and without phone - * numbers in stock) + * Whether not to show all the regions (with and without phone numbers + * in stock) */ public Boolean getOmitEmpty() { return this.omitEmpty; @@ -97,8 +97,8 @@ public boolean hasOmitEmpty() { } /** - * Set to 'false' to show all the regions (with and without phone - * numbers in stock) + * Whether not to show all the regions (with and without phone numbers + * in stock) */ public GetPhoneNumberRegionsRequest setOmitEmpty(boolean d) { this.omitEmpty = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetPhoneNumbersRequest.java b/src/main/java/com/voximplant/apiclient/request/GetPhoneNumbersRequest.java index cb169a3..f4abb22 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetPhoneNumbersRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetPhoneNumbersRequest.java @@ -109,7 +109,7 @@ public GetPhoneNumbersRequest setApplicationName(String d) { @RequestField(name="is_bound_to_application") /** - * Is a phone bound to an application + * Whether the phone number bound to an application */ public Boolean getIsBoundToApplication() { return this.isBoundToApplication; @@ -120,7 +120,7 @@ public boolean hasIsBoundToApplication() { } /** - * Is a phone bound to an application + * Whether the phone number bound to an application */ public GetPhoneNumbersRequest setIsBoundToApplication(boolean d) { this.isBoundToApplication = Boolean.valueOf(d); @@ -197,7 +197,7 @@ public GetPhoneNumbersRequest setPhoneCategoryName(String d) { @RequestField(name="canceled") /** - * The flag of the canceled (deleted) subscription to filter + * Whether the subscription is cancelled to filter */ public Boolean getCanceled() { return this.canceled; @@ -208,7 +208,7 @@ public boolean hasCanceled() { } /** - * The flag of the canceled (deleted) subscription to filter + * Whether the subscription is cancelled to filter */ public GetPhoneNumbersRequest setCanceled(boolean d) { this.canceled = Boolean.valueOf(d); @@ -219,7 +219,7 @@ public GetPhoneNumbersRequest setCanceled(boolean d) { @RequestField(name="deactivated") /** - * The flag of the deactivated (frozen) subscription to filter + * Whether the subscription is frozen to filter */ public Boolean getDeactivated() { return this.deactivated; @@ -230,7 +230,7 @@ public boolean hasDeactivated() { } /** - * The flag of the deactivated (frozen) subscription to filter + * Whether the subscription is frozen to filter */ public GetPhoneNumbersRequest setDeactivated(boolean d) { this.deactivated = Boolean.valueOf(d); @@ -241,7 +241,7 @@ public GetPhoneNumbersRequest setDeactivated(boolean d) { @RequestField(name="auto_charge") /** - * The auto_charge flag to filter + * Whether the auto_charge flag is enabled */ public Boolean getAutoCharge() { return this.autoCharge; @@ -252,7 +252,7 @@ public boolean hasAutoCharge() { } /** - * The auto_charge flag to filter + * Whether the auto_charge flag is enabled */ public GetPhoneNumbersRequest setAutoCharge(boolean d) { this.autoCharge = Boolean.valueOf(d); @@ -383,7 +383,7 @@ public GetPhoneNumbersRequest setChildAccountId(MultiArgument d) { @RequestField(name="children_phones_only") /** - * Set true to get the children phones only + * Whether to get the children phones only */ public Boolean getChildrenPhonesOnly() { return this.childrenPhonesOnly; @@ -394,7 +394,7 @@ public boolean hasChildrenPhonesOnly() { } /** - * Set true to get the children phones only + * Whether to get the children phones only */ public GetPhoneNumbersRequest setChildrenPhonesOnly(boolean d) { this.childrenPhonesOnly = Boolean.valueOf(d); @@ -499,7 +499,7 @@ public GetPhoneNumbersRequest setToUnverifiedHoldUntil(Date d) { @RequestField(name="can_be_used") /** - * Unverified account can use the phone + * Whether a not verified account can use the phone */ public Boolean getCanBeUsed() { return this.canBeUsed; @@ -510,7 +510,7 @@ public boolean hasCanBeUsed() { } /** - * Unverified account can use the phone + * Whether a not verified account can use the phone */ public GetPhoneNumbersRequest setCanBeUsed(boolean d) { this.canBeUsed = Boolean.valueOf(d); @@ -601,7 +601,7 @@ public GetPhoneNumbersRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -612,7 +612,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetPhoneNumbersRequest setOffset(long d) { this.offset = Long.valueOf(d); @@ -623,7 +623,7 @@ public GetPhoneNumbersRequest setOffset(long d) { @RequestField(name="sms_supported") /** - * The flag of the SMS support + * Whether the SMS support is enabled */ public Boolean getSmsSupported() { return this.smsSupported; @@ -634,7 +634,7 @@ public boolean hasSmsSupported() { } /** - * The flag of the SMS support + * Whether the SMS support is enabled */ public GetPhoneNumbersRequest setSmsSupported(boolean d) { this.smsSupported = Boolean.valueOf(d); @@ -713,7 +713,7 @@ public GetPhoneNumbersRequest setRuleName(MultiArgument d) { @RequestField(name="is_bound_to_rule") /** - * Number is bound to some rule + * Whether the phone number is bound to some rule */ public Boolean getIsBoundToRule() { return this.isBoundToRule; @@ -724,7 +724,7 @@ public boolean hasIsBoundToRule() { } /** - * Number is bound to some rule + * Whether the phone number is bound to some rule */ public GetPhoneNumbersRequest setIsBoundToRule(boolean d) { this.isBoundToRule = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetPstnBlackListRequest.java b/src/main/java/com/voximplant/apiclient/request/GetPstnBlackListRequest.java index 01d558b..69d24f5 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetPstnBlackListRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetPstnBlackListRequest.java @@ -85,7 +85,7 @@ public GetPstnBlackListRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -96,7 +96,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetPstnBlackListRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetPushCredentialRequest.java b/src/main/java/com/voximplant/apiclient/request/GetPushCredentialRequest.java index ac52065..410e6f9 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetPushCredentialRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetPushCredentialRequest.java @@ -131,7 +131,7 @@ public GetPushCredentialRequest setApplicationId(long d) { @RequestField(name="with_cert") /** - * Set true to get the user's certificate + * Whether to get the user's certificate */ public Boolean getWithCert() { return this.withCert; @@ -142,7 +142,7 @@ public boolean hasWithCert() { } /** - * Set true to get the user's certificate + * Whether to get the user's certificate */ public GetPushCredentialRequest setWithCert(boolean d) { this.withCert = Boolean.valueOf(d); @@ -153,7 +153,7 @@ public GetPushCredentialRequest setWithCert(boolean d) { @RequestField(name="with_secret_info") /** - * Set true to get the certificate's password + * Whether to get the certificate's password */ public Boolean getWithSecretInfo() { return this.withSecretInfo; @@ -164,7 +164,7 @@ public boolean hasWithSecretInfo() { } /** - * Set true to get the certificate's password + * Whether to get the certificate's password */ public GetPushCredentialRequest setWithSecretInfo(boolean d) { this.withSecretInfo = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetQueuesRequest.java b/src/main/java/com/voximplant/apiclient/request/GetQueuesRequest.java index a028d9e..43fb048 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetQueuesRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetQueuesRequest.java @@ -129,7 +129,7 @@ public GetQueuesRequest setExcludedSkillId(long d) { @RequestField(name="with_skills") /** - * Set true to get the bound skills + * Whether to get the bound skills */ public Boolean getWithSkills() { return this.withSkills; @@ -140,7 +140,7 @@ public boolean hasWithSkills() { } /** - * Set true to get the bound skills + * Whether to get the bound skills */ public GetQueuesRequest setWithSkills(boolean d) { this.withSkills = Boolean.valueOf(d); @@ -195,7 +195,7 @@ public GetQueuesRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -206,7 +206,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetQueuesRequest setOffset(long d) { this.offset = Long.valueOf(d); @@ -217,7 +217,7 @@ public GetQueuesRequest setOffset(long d) { @RequestField(name="with_operatorcount") /** - * Number of agents bound to the queue + * Whether to include the number of agents bound to the queue */ public Boolean getWithOperatorcount() { return this.withOperatorcount; @@ -228,7 +228,7 @@ public boolean hasWithOperatorcount() { } /** - * Number of agents bound to the queue + * Whether to include the number of agents bound to the queue */ public GetQueuesRequest setWithOperatorcount(boolean d) { this.withOperatorcount = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetRecordStoragesRequest.java b/src/main/java/com/voximplant/apiclient/request/GetRecordStoragesRequest.java index b83a2f0..574eb2a 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetRecordStoragesRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetRecordStoragesRequest.java @@ -63,7 +63,7 @@ public GetRecordStoragesRequest setRecordStorageName(MultiArgument d) { @RequestField(name="with_private") /** - * Set true to get the private record storages. If set to true, there is + * Whether to get the private record storages. If set to true, there is * the __is_public : bool__ parameter in a response */ public Boolean getWithPrivate() { @@ -75,7 +75,7 @@ public boolean hasWithPrivate() { } /** - * Set true to get the private record storages. If set to true, there is + * Whether to get the private record storages. If set to true, there is * the __is_public : bool__ parameter in a response */ public GetRecordStoragesRequest setWithPrivate(boolean d) { diff --git a/src/main/java/com/voximplant/apiclient/request/GetRegionsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetRegionsRequest.java index 5a00760..2f7557f 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetRegionsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetRegionsRequest.java @@ -107,7 +107,7 @@ public GetRegionsRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -118,7 +118,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetRegionsRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetRegulationsAddressRequest.java b/src/main/java/com/voximplant/apiclient/request/GetRegulationsAddressRequest.java index 0aa55a4..93c500b 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetRegulationsAddressRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetRegulationsAddressRequest.java @@ -129,7 +129,7 @@ public GetRegulationsAddressRequest setVerificationId(long d) { @RequestField(name="verified") /** - * Show only verified regulation address + * Whether to show only verified regulation address */ public Boolean getVerified() { return this.verified; @@ -140,7 +140,7 @@ public boolean hasVerified() { } /** - * Show only verified regulation address + * Whether to show only verified regulation address */ public GetRegulationsAddressRequest setVerified(boolean d) { this.verified = Boolean.valueOf(d); @@ -151,7 +151,7 @@ public GetRegulationsAddressRequest setVerified(boolean d) { @RequestField(name="in_progress") /** - * Show only in progress regulation address + * Whether to show only in progress regulation address */ public Boolean getInProgress() { return this.inProgress; @@ -162,7 +162,7 @@ public boolean hasInProgress() { } /** - * Show only in progress regulation address + * Whether to show only in progress regulation address */ public GetRegulationsAddressRequest setInProgress(boolean d) { this.inProgress = Boolean.valueOf(d); @@ -173,7 +173,7 @@ public GetRegulationsAddressRequest setInProgress(boolean d) { @RequestField(name="with_region_code") /** - * Return with phone_region_code parameters + * Whether to return with phone_region_code parameters */ public Boolean getWithRegionCode() { return this.withRegionCode; @@ -184,7 +184,7 @@ public boolean hasWithRegionCode() { } /** - * Return with phone_region_code parameters + * Whether to return with phone_region_code parameters */ public GetRegulationsAddressRequest setWithRegionCode(boolean d) { this.withRegionCode = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetRulesRequest.java b/src/main/java/com/voximplant/apiclient/request/GetRulesRequest.java index 4a745f0..3db8498 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetRulesRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetRulesRequest.java @@ -107,7 +107,7 @@ public GetRulesRequest setRuleName(String d) { @RequestField(name="video_conference") /** - * The video conference flag to filter + * Whether it is a video conference to filter */ public Boolean getVideoConference() { return this.videoConference; @@ -118,7 +118,7 @@ public boolean hasVideoConference() { } /** - * The video conference flag to filter + * Whether it is a video conference to filter */ public GetRulesRequest setVideoConference(boolean d) { this.videoConference = Boolean.valueOf(d); @@ -151,7 +151,7 @@ public GetRulesRequest setTemplate(String d) { @RequestField(name="with_scenarios") /** - * Set true to get bound scenarios info + * Whether to get bound scenarios info */ public Boolean getWithScenarios() { return this.withScenarios; @@ -162,7 +162,7 @@ public boolean hasWithScenarios() { } /** - * Set true to get bound scenarios info + * Whether to get bound scenarios info */ public GetRulesRequest setWithScenarios(boolean d) { this.withScenarios = Boolean.valueOf(d); @@ -195,7 +195,7 @@ public GetRulesRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -206,7 +206,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetRulesRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetScenariosRequest.java b/src/main/java/com/voximplant/apiclient/request/GetScenariosRequest.java index a8e967a..2ef5bab 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetScenariosRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetScenariosRequest.java @@ -43,7 +43,7 @@ public GetScenariosRequest setScenarioId(long d) { /** * The scenario name to filter. Can be used instead of * scenario_id. All scenarios containing this param in their - * names will be returned. The parameter is case insensitive + * names are returned. The parameter is case insensitive */ public String getScenarioName() { return this.scenarioName; @@ -56,7 +56,7 @@ public boolean hasScenarioName() { /** * The scenario name to filter. Can be used instead of * scenario_id. All scenarios containing this param in their - * names will be returned. The parameter is case insensitive + * names are returned. The parameter is case insensitive */ public GetScenariosRequest setScenarioName(String d) { this.scenarioName = d; @@ -67,7 +67,7 @@ public GetScenariosRequest setScenarioName(String d) { @RequestField(name="with_script") /** - * Set true to get the scenario text. You must specify the 'scenario_id' + * Whether to get the scenario text. You must specify the 'scenario_id' * too! */ public Boolean getWithScript() { @@ -79,7 +79,7 @@ public boolean hasWithScript() { } /** - * Set true to get the scenario text. You must specify the 'scenario_id' + * Whether to get the scenario text. You must specify the 'scenario_id' * too! */ public GetScenariosRequest setWithScript(boolean d) { @@ -113,7 +113,7 @@ public GetScenariosRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -124,7 +124,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetScenariosRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetSipRegistrationsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetSipRegistrationsRequest.java index 02f5b38..c32c5c5 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetSipRegistrationsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetSipRegistrationsRequest.java @@ -63,7 +63,7 @@ public GetSipRegistrationsRequest setSipUsername(String d) { @RequestField(name="deactivated") /** - * Set true to show the frozen SIP registrations only + * Whether to show the frozen SIP registrations only */ public Boolean getDeactivated() { return this.deactivated; @@ -74,7 +74,7 @@ public boolean hasDeactivated() { } /** - * Set true to show the frozen SIP registrations only + * Whether to show the frozen SIP registrations only */ public GetSipRegistrationsRequest setDeactivated(boolean d) { this.deactivated = Boolean.valueOf(d); @@ -85,7 +85,7 @@ public GetSipRegistrationsRequest setDeactivated(boolean d) { @RequestField(name="successful") /** - * Set false to show the unsuccessful SIP registrations only + * Whether to show the successful SIP registrations only */ public Boolean getSuccessful() { return this.successful; @@ -96,7 +96,7 @@ public boolean hasSuccessful() { } /** - * Set false to show the unsuccessful SIP registrations only + * Whether to show the successful SIP registrations only */ public GetSipRegistrationsRequest setSuccessful(boolean d) { this.successful = Boolean.valueOf(d); @@ -107,7 +107,7 @@ public GetSipRegistrationsRequest setSuccessful(boolean d) { @RequestField(name="is_persistent") /** - * The persistent flag to filter + * Whether the SIP registration is persistent to filter */ public Boolean getIsPersistent() { return this.isPersistent; @@ -118,7 +118,7 @@ public boolean hasIsPersistent() { } /** - * The persistent flag to filter + * Whether the SIP registration is persistent to filter */ public GetSipRegistrationsRequest setIsPersistent(boolean d) { this.isPersistent = Boolean.valueOf(d); @@ -177,7 +177,7 @@ public GetSipRegistrationsRequest setApplicationName(MultiArgument d) { @RequestField(name="is_bound_to_application") /** - * Is a SIP registration bound to an application + * Whether SIP registration bound to an application */ public Boolean getIsBoundToApplication() { return this.isBoundToApplication; @@ -188,7 +188,7 @@ public boolean hasIsBoundToApplication() { } /** - * Is a SIP registration bound to an application + * Whether SIP registration bound to an application */ public GetSipRegistrationsRequest setIsBoundToApplication(boolean d) { this.isBoundToApplication = Boolean.valueOf(d); @@ -317,7 +317,7 @@ public GetSipRegistrationsRequest setProxy(MultiArgument d) { @RequestField(name="in_progress") /** - * SIP registration is still in progress + * Whether SIP registration is still in progress */ public Boolean getInProgress() { return this.inProgress; @@ -328,7 +328,7 @@ public boolean hasInProgress() { } /** - * SIP registration is still in progress + * Whether SIP registration is still in progress */ public GetSipRegistrationsRequest setInProgress(boolean d) { this.inProgress = Boolean.valueOf(d); @@ -389,7 +389,7 @@ public GetSipRegistrationsRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -400,7 +400,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetSipRegistrationsRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetSipWhiteListRequest.java b/src/main/java/com/voximplant/apiclient/request/GetSipWhiteListRequest.java index 2f2db95..62e653b 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetSipWhiteListRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetSipWhiteListRequest.java @@ -63,7 +63,7 @@ public GetSipWhiteListRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -74,7 +74,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetSipWhiteListRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetSkillsRequest.java b/src/main/java/com/voximplant/apiclient/request/GetSkillsRequest.java index d28328d..fdf2926 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetSkillsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetSkillsRequest.java @@ -85,7 +85,7 @@ public GetSkillsRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -96,7 +96,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetSkillsRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetSmsHistoryRequest.java b/src/main/java/com/voximplant/apiclient/request/GetSmsHistoryRequest.java index 90bfd36..f3c4b8a 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetSmsHistoryRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetSmsHistoryRequest.java @@ -88,7 +88,7 @@ public GetSmsHistoryRequest setDirection(String d) { @RequestField(name="count") /** * Maximum number of resulting rows fetched. Must be not bigger than - * 1000. If left blank, then the default value of 1000 will be used + * 1000. If left blank, then the default value of 1000 is used */ public Long getCount() { return this.count; @@ -100,7 +100,7 @@ public boolean hasCount() { /** * Maximum number of resulting rows fetched. Must be not bigger than - * 1000. If left blank, then the default value of 1000 will be used + * 1000. If left blank, then the default value of 1000 is used */ public GetSmsHistoryRequest setCount(long d) { this.count = Long.valueOf(d); @@ -111,7 +111,7 @@ public GetSmsHistoryRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -122,7 +122,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetSmsHistoryRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetSubUserRolesRequest.java b/src/main/java/com/voximplant/apiclient/request/GetSubUserRolesRequest.java index 686154b..06f56ba 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetSubUserRolesRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetSubUserRolesRequest.java @@ -41,7 +41,7 @@ public GetSubUserRolesRequest setSubuserId(long d) { @RequestField(name="with_expanded_roles") /** - * Show the roles' additional properties + * Whether to show the roles' additional properties */ public Boolean getWithExpandedRoles() { return this.withExpandedRoles; @@ -52,7 +52,7 @@ public boolean hasWithExpandedRoles() { } /** - * Show the roles' additional properties + * Whether to show the roles' additional properties */ public GetSubUserRolesRequest setWithExpandedRoles(boolean d) { this.withExpandedRoles = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetSubUsersRequest.java b/src/main/java/com/voximplant/apiclient/request/GetSubUsersRequest.java index 3020529..ab8901a 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetSubUsersRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetSubUsersRequest.java @@ -41,7 +41,7 @@ public GetSubUsersRequest setSubuserId(long d) { @RequestField(name="with_roles") /** - * Show subuser's roles + * Whether to show subuser's roles */ public Boolean getWithRoles() { return this.withRoles; @@ -52,7 +52,7 @@ public boolean hasWithRoles() { } /** - * Show subuser's roles + * Whether to show subuser's roles */ public GetSubUsersRequest setWithRoles(boolean d) { this.withRoles = Boolean.valueOf(d); @@ -63,7 +63,7 @@ public GetSubUsersRequest setWithRoles(boolean d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -74,7 +74,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetSubUsersRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetSubscriptionPriceRequest.java b/src/main/java/com/voximplant/apiclient/request/GetSubscriptionPriceRequest.java index f0462d0..4810a19 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetSubscriptionPriceRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetSubscriptionPriceRequest.java @@ -111,7 +111,7 @@ public GetSubscriptionPriceRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -122,7 +122,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetSubscriptionPriceRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetTransactionHistoryRequest.java b/src/main/java/com/voximplant/apiclient/request/GetTransactionHistoryRequest.java index b5feaa4..ae479e5 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetTransactionHistoryRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetTransactionHistoryRequest.java @@ -237,7 +237,7 @@ public GetTransactionHistoryRequest setChildAccountId(MultiArgument d) { @RequestField(name="children_transactions_only") /** - * Set true to get the children account transactions only + * Whether to get the children account transactions only */ public Boolean getChildrenTransactionsOnly() { return this.childrenTransactionsOnly; @@ -248,7 +248,7 @@ public boolean hasChildrenTransactionsOnly() { } /** - * Set true to get the children account transactions only + * Whether to get the children account transactions only */ public GetTransactionHistoryRequest setChildrenTransactionsOnly(boolean d) { this.childrenTransactionsOnly = Boolean.valueOf(d); @@ -259,7 +259,7 @@ public GetTransactionHistoryRequest setChildrenTransactionsOnly(boolean d) { @RequestField(name="users_transactions_only") /** - * Set true to get the users' transactions only + * Whether to get the users' transactions only */ public Boolean getUsersTransactionsOnly() { return this.usersTransactionsOnly; @@ -270,7 +270,7 @@ public boolean hasUsersTransactionsOnly() { } /** - * Set true to get the users' transactions only + * Whether to get the users' transactions only */ public GetTransactionHistoryRequest setUsersTransactionsOnly(boolean d) { this.usersTransactionsOnly = Boolean.valueOf(d); @@ -281,7 +281,7 @@ public GetTransactionHistoryRequest setUsersTransactionsOnly(boolean d) { @RequestField(name="desc_order") /** - * Set true to get records in the descent order + * Whether to get records in the descent order */ public Boolean getDescOrder() { return this.descOrder; @@ -292,7 +292,7 @@ public boolean hasDescOrder() { } /** - * Set true to get records in the descent order + * Whether to get records in the descent order */ public GetTransactionHistoryRequest setDescOrder(boolean d) { this.descOrder = Boolean.valueOf(d); @@ -373,7 +373,7 @@ public GetTransactionHistoryRequest setOutput(String d) { @RequestField(name="is_async") /** - * Set true to get records in the asynchronous mode (for csv output + * Whether to get records in the asynchronous mode (for csv output * only). Use this mode to download large amounts of data. See * the [GetHistoryReports], [DownloadHistoryReport] functions for * details @@ -387,7 +387,7 @@ public boolean hasIsAsync() { } /** - * Set true to get records in the asynchronous mode (for csv output + * Whether to get records in the asynchronous mode (for csv output * only). Use this mode to download large amounts of data. See * the [GetHistoryReports], [DownloadHistoryReport] functions for * details @@ -401,7 +401,7 @@ public GetTransactionHistoryRequest setIsAsync(boolean d) { @RequestField(name="is_uncommitted") /** - * Set true to get transactions on hold (transactions for which money is + * Whether to get transactions on hold (transactions for which money is * reserved but not yet withdrawn from the account) */ public Boolean getIsUncommitted() { @@ -413,7 +413,7 @@ public boolean hasIsUncommitted() { } /** - * Set true to get transactions on hold (transactions for which money is + * Whether to get transactions on hold (transactions for which money is * reserved but not yet withdrawn from the account) */ public GetTransactionHistoryRequest setIsUncommitted(boolean d) { diff --git a/src/main/java/com/voximplant/apiclient/request/GetUsersRequest.java b/src/main/java/com/voximplant/apiclient/request/GetUsersRequest.java index 3110c80..a5a5953 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetUsersRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetUsersRequest.java @@ -195,7 +195,8 @@ public GetUsersRequest setUserName(String d) { @RequestField(name="user_active") /** - * The user active flag to filter + * Whether the user is active to filter. Inactive users cannot log in to + * applications */ public Boolean getUserActive() { return this.userActive; @@ -206,7 +207,8 @@ public boolean hasUserActive() { } /** - * The user active flag to filter + * Whether the user is active to filter. Inactive users cannot log in to + * applications */ public GetUsersRequest setUserActive(boolean d) { this.userActive = Boolean.valueOf(d); @@ -239,7 +241,7 @@ public GetUsersRequest setUserDisplayName(String d) { @RequestField(name="with_skills") /** - * Set true to get the bound skills + * Whether to get the bound skills */ public Boolean getWithSkills() { return this.withSkills; @@ -250,7 +252,7 @@ public boolean hasWithSkills() { } /** - * Set true to get the bound skills + * Whether to get the bound skills */ public GetUsersRequest setWithSkills(boolean d) { this.withSkills = Boolean.valueOf(d); @@ -261,7 +263,7 @@ public GetUsersRequest setWithSkills(boolean d) { @RequestField(name="with_queues") /** - * Set true to get the bound queues + * Whether to get the bound queues */ public Boolean getWithQueues() { return this.withQueues; @@ -272,7 +274,7 @@ public boolean hasWithQueues() { } /** - * Set true to get the bound queues + * Whether to get the bound queues */ public GetUsersRequest setWithQueues(boolean d) { this.withQueues = Boolean.valueOf(d); @@ -353,7 +355,7 @@ public GetUsersRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -364,7 +366,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetUsersRequest setOffset(long d) { this.offset = Long.valueOf(d); @@ -399,7 +401,7 @@ public GetUsersRequest setOrderBy(String d) { @RequestField(name="return_live_balance") /** - * Set true to get the user live balance + * Whether to get the user live balance */ public Boolean getReturnLiveBalance() { return this.returnLiveBalance; @@ -410,7 +412,7 @@ public boolean hasReturnLiveBalance() { } /** - * Set true to get the user live balance + * Whether to get the user live balance */ public GetUsersRequest setReturnLiveBalance(boolean d) { this.returnLiveBalance = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/GetZIPCodesRequest.java b/src/main/java/com/voximplant/apiclient/request/GetZIPCodesRequest.java index d42d9b1..13a7b5f 100644 --- a/src/main/java/com/voximplant/apiclient/request/GetZIPCodesRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/GetZIPCodesRequest.java @@ -85,7 +85,7 @@ public GetZIPCodesRequest setCount(long d) { @RequestField(name="offset") /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public Long getOffset() { return this.offset; @@ -96,7 +96,7 @@ public boolean hasOffset() { } /** - * The first N records will be skipped in the output + * The first N records are skipped in the output */ public GetZIPCodesRequest setOffset(long d) { this.offset = Long.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/RemoveSubUserRolesRequest.java b/src/main/java/com/voximplant/apiclient/request/RemoveSubUserRolesRequest.java index af4a36e..e60d998 100644 --- a/src/main/java/com/voximplant/apiclient/request/RemoveSubUserRolesRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/RemoveSubUserRolesRequest.java @@ -85,7 +85,7 @@ public RemoveSubUserRolesRequest setRoleName(MultiArgument d) { @RequestField(name="force") /** - * Remove roles from all subuser keys + * Whether to remove roles from all subuser keys */ public Boolean getForce() { return this.force; @@ -96,7 +96,7 @@ public boolean hasForce() { } /** - * Remove roles from all subuser keys + * Whether to remove roles from all subuser keys */ public RemoveSubUserRolesRequest setForce(boolean d) { this.force = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/SQ_AddQueueRequest.java b/src/main/java/com/voximplant/apiclient/request/SQ_AddQueueRequest.java index 50be0df..46b7389 100644 --- a/src/main/java/com/voximplant/apiclient/request/SQ_AddQueueRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SQ_AddQueueRequest.java @@ -112,8 +112,8 @@ public SQ_AddQueueRequest setCallAgentSelection(String d) { @RequestField(name="im_agent_selection") /** * Agent selection strategy for messages. Accepts one of the following - * values: "MOST_QUALIFIED", "LEAST_QUALIFIED", "MAX_WAITING_TIME". - * Equals to the **call_agent_selection** value by default + * values: "MOST_QUALIFIED", "LEAST_QUALIFIED", "MAX_WAITING_TIME". The + * default value is **call_agent_selection** */ public String getImAgentSelection() { return this.imAgentSelection; @@ -125,8 +125,8 @@ public boolean hasImAgentSelection() { /** * Agent selection strategy for messages. Accepts one of the following - * values: "MOST_QUALIFIED", "LEAST_QUALIFIED", "MAX_WAITING_TIME". - * Equals to the **call_agent_selection** value by default + * values: "MOST_QUALIFIED", "LEAST_QUALIFIED", "MAX_WAITING_TIME". The + * default value is **call_agent_selection** */ public SQ_AddQueueRequest setImAgentSelection(String d) { this.imAgentSelection = d; @@ -162,8 +162,8 @@ public SQ_AddQueueRequest setCallTaskSelection(String d) { @RequestField(name="im_task_selection") /** * IM type requests prioritizing strategy. Accepts one of the - * [SQTaskSelectionStrategies] enum values. Equals to the - * **call_task_selection** value by default + * [SQTaskSelectionStrategies] enum values. The default value is + * **call_task_selection** */ public String getImTaskSelection() { return this.imTaskSelection; @@ -175,8 +175,8 @@ public boolean hasImTaskSelection() { /** * IM type requests prioritizing strategy. Accepts one of the - * [SQTaskSelectionStrategies] enum values. Equals to the - * **call_task_selection** value by default + * [SQTaskSelectionStrategies] enum values. The default value is + * **call_task_selection** */ public SQ_AddQueueRequest setImTaskSelection(String d) { this.imTaskSelection = d; diff --git a/src/main/java/com/voximplant/apiclient/request/SQ_GetAgentsRequest.java b/src/main/java/com/voximplant/apiclient/request/SQ_GetAgentsRequest.java index 8eb1004..a2b5f12 100644 --- a/src/main/java/com/voximplant/apiclient/request/SQ_GetAgentsRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SQ_GetAgentsRequest.java @@ -285,7 +285,7 @@ public SQ_GetAgentsRequest setSqStatuses(Object d) { @RequestField(name="with_sq_skills") /** - * Display agent skills + * Whether to display agent skills */ public Boolean getWithSqSkills() { return this.withSqSkills; @@ -296,7 +296,7 @@ public boolean hasWithSqSkills() { } /** - * Display agent skills + * Whether to display agent skills */ public SQ_GetAgentsRequest setWithSqSkills(boolean d) { this.withSqSkills = Boolean.valueOf(d); @@ -307,7 +307,7 @@ public SQ_GetAgentsRequest setWithSqSkills(boolean d) { @RequestField(name="with_sq_queues") /** - * Display agent queues + * Whether to display agent queues */ public Boolean getWithSqQueues() { return this.withSqQueues; @@ -318,7 +318,7 @@ public boolean hasWithSqQueues() { } /** - * Display agent queues + * Whether to display agent queues */ public SQ_GetAgentsRequest setWithSqQueues(boolean d) { this.withSqQueues = Boolean.valueOf(d); @@ -329,7 +329,7 @@ public SQ_GetAgentsRequest setWithSqQueues(boolean d) { @RequestField(name="with_sq_statuses") /** - * Display agent current statuses + * Whether to display agent current statuses */ public Boolean getWithSqStatuses() { return this.withSqStatuses; @@ -340,7 +340,7 @@ public boolean hasWithSqStatuses() { } /** - * Display agent current statuses + * Whether to display agent current statuses */ public SQ_GetAgentsRequest setWithSqStatuses(boolean d) { this.withSqStatuses = Boolean.valueOf(d); @@ -395,8 +395,8 @@ public SQ_GetAgentsRequest setOffset(long d) { @RequestField(name="handle_calls") /** - * The agent can handle calls. When set to false, the agent is excluded - * from the CALL-request distribution + * Whether the agent can handle calls. When set to false, the agent is + * excluded from the CALL-request distribution */ public Boolean getHandleCalls() { return this.handleCalls; @@ -407,8 +407,8 @@ public boolean hasHandleCalls() { } /** - * The agent can handle calls. When set to false, the agent is excluded - * from the CALL-request distribution + * Whether the agent can handle calls. When set to false, the agent is + * excluded from the CALL-request distribution */ public SQ_GetAgentsRequest setHandleCalls(boolean d) { this.handleCalls = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/SQ_GetQueuesRequest.java b/src/main/java/com/voximplant/apiclient/request/SQ_GetQueuesRequest.java index 99aa9be..938ee67 100644 --- a/src/main/java/com/voximplant/apiclient/request/SQ_GetQueuesRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SQ_GetQueuesRequest.java @@ -269,7 +269,7 @@ public SQ_GetQueuesRequest setOffset(long d) { @RequestField(name="with_agentcount") /** - * Number of agents bound to the queue + * Whether to include the number of agents bound to the queue */ public Boolean getWithAgentcount() { return this.withAgentcount; @@ -280,7 +280,7 @@ public boolean hasWithAgentcount() { } /** - * Number of agents bound to the queue + * Whether to include the number of agents bound to the queue */ public SQ_GetQueuesRequest setWithAgentcount(boolean d) { this.withAgentcount = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/SQ_SetAgentInfoRequest.java b/src/main/java/com/voximplant/apiclient/request/SQ_SetAgentInfoRequest.java index ca37025..93c5bf0 100644 --- a/src/main/java/com/voximplant/apiclient/request/SQ_SetAgentInfoRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SQ_SetAgentInfoRequest.java @@ -135,8 +135,8 @@ public SQ_SetAgentInfoRequest setMaxSimultaneousConversations(long d) { @RequestField(name="handle_calls") /** - * The agent can handle calls. When set to false, the agent is excluded - * from the CALL-request distribution + * Whether the agent can handle calls. When set to false, the agent is + * excluded from the CALL-request distribution */ public Boolean getHandleCalls() { return this.handleCalls; @@ -147,8 +147,8 @@ public boolean hasHandleCalls() { } /** - * The agent can handle calls. When set to false, the agent is excluded - * from the CALL-request distribution + * Whether the agent can handle calls. When set to false, the agent is + * excluded from the CALL-request distribution */ public SQ_SetAgentInfoRequest setHandleCalls(boolean d) { this.handleCalls = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/SQ_SetQueueInfoRequest.java b/src/main/java/com/voximplant/apiclient/request/SQ_SetQueueInfoRequest.java index 4963d5c..832b0e6 100644 --- a/src/main/java/com/voximplant/apiclient/request/SQ_SetQueueInfoRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SQ_SetQueueInfoRequest.java @@ -158,8 +158,8 @@ public SQ_SetQueueInfoRequest setCallAgentSelection(String d) { @RequestField(name="im_agent_selection") /** * Agent selection strategy for messages. Accepts one of the following - * values: "MOST_QUALIFIED", "LEAST_QUALIFIED", "MAX_WAITING_TIME". - * Equals to the **call_agent_selection** value by default + * values: "MOST_QUALIFIED", "LEAST_QUALIFIED", "MAX_WAITING_TIME". The + * default value is **call_agent_selection** */ public String getImAgentSelection() { return this.imAgentSelection; @@ -171,8 +171,8 @@ public boolean hasImAgentSelection() { /** * Agent selection strategy for messages. Accepts one of the following - * values: "MOST_QUALIFIED", "LEAST_QUALIFIED", "MAX_WAITING_TIME". - * Equals to the **call_agent_selection** value by default + * values: "MOST_QUALIFIED", "LEAST_QUALIFIED", "MAX_WAITING_TIME". The + * default value is **call_agent_selection** */ public SQ_SetQueueInfoRequest setImAgentSelection(String d) { this.imAgentSelection = d; @@ -208,8 +208,8 @@ public SQ_SetQueueInfoRequest setCallTaskSelection(String d) { @RequestField(name="im_task_selection") /** * Strategy of prioritizing IM-type requests for service. Accepts one of - * the following values: "MAX_PRIORITY", "MAX_WAITING_TIME". Equals to - * the **call_task_selection** value by default + * the following values: "MAX_PRIORITY", "MAX_WAITING_TIME". The default + * value is **call_task_selection** */ public String getImTaskSelection() { return this.imTaskSelection; @@ -221,8 +221,8 @@ public boolean hasImTaskSelection() { /** * Strategy of prioritizing IM-type requests for service. Accepts one of - * the following values: "MAX_PRIORITY", "MAX_WAITING_TIME". Equals to - * the **call_task_selection** value by default + * the following values: "MAX_PRIORITY", "MAX_WAITING_TIME". The default + * value is **call_task_selection** */ public SQ_SetQueueInfoRequest setImTaskSelection(String d) { this.imTaskSelection = d; diff --git a/src/main/java/com/voximplant/apiclient/request/SendSmsMessageRequest.java b/src/main/java/com/voximplant/apiclient/request/SendSmsMessageRequest.java index 0c32a8b..20d7b7e 100644 --- a/src/main/java/com/voximplant/apiclient/request/SendSmsMessageRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SendSmsMessageRequest.java @@ -89,7 +89,7 @@ public SendSmsMessageRequest setSmsBody(String d) { @RequestField(name="store_body") /** - * Set to true to store outbound message texts. Default value is false + * Whether to store outgoing message texts. Default value is false */ public Boolean getStoreBody() { return this.storeBody; @@ -100,7 +100,7 @@ public boolean hasStoreBody() { } /** - * Set to true to store outbound message texts. Default value is false + * Whether to store outgoing message texts. Default value is false */ public SendSmsMessageRequest setStoreBody(boolean d) { this.storeBody = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/SetAccountInfoRequest.java b/src/main/java/com/voximplant/apiclient/request/SetAccountInfoRequest.java index dee0f1a..7d94215 100644 --- a/src/main/java/com/voximplant/apiclient/request/SetAccountInfoRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SetAccountInfoRequest.java @@ -263,7 +263,7 @@ public SetAccountInfoRequest setMinBalanceToNotify(BigDecimal d) { @RequestField(name="account_notifications") /** - * Voximplant notifications are required + * Whether Voximplant notifications are required */ public Boolean getAccountNotifications() { return this.accountNotifications; @@ -274,7 +274,7 @@ public boolean hasAccountNotifications() { } /** - * Voximplant notifications are required + * Whether Voximplant notifications are required */ public SetAccountInfoRequest setAccountNotifications(boolean d) { this.accountNotifications = Boolean.valueOf(d); @@ -285,7 +285,7 @@ public SetAccountInfoRequest setAccountNotifications(boolean d) { @RequestField(name="tariff_changing_notifications") /** - * Set to true to receive the emails about the Voximplant plan changing + * Whether to receive the emails about the Voximplant plan changing */ public Boolean getTariffChangingNotifications() { return this.tariffChangingNotifications; @@ -296,7 +296,7 @@ public boolean hasTariffChangingNotifications() { } /** - * Set to true to receive the emails about the Voximplant plan changing + * Whether to receive the emails about the Voximplant plan changing */ public SetAccountInfoRequest setTariffChangingNotifications(boolean d) { this.tariffChangingNotifications = Boolean.valueOf(d); @@ -307,7 +307,7 @@ public SetAccountInfoRequest setTariffChangingNotifications(boolean d) { @RequestField(name="news_notifications") /** - * Set to true to receive the emails about the Voximplant news + * Whether to receive the emails about the Voximplant news */ public Boolean getNewsNotifications() { return this.newsNotifications; @@ -318,7 +318,7 @@ public boolean hasNewsNotifications() { } /** - * Set to true to receive the emails about the Voximplant news + * Whether to receive the emails about the Voximplant news */ public SetAccountInfoRequest setNewsNotifications(boolean d) { this.newsNotifications = Boolean.valueOf(d); @@ -329,7 +329,7 @@ public SetAccountInfoRequest setNewsNotifications(boolean d) { @RequestField(name="send_js_error") /** - * Set to true to receive the emails about a JS scenario error + * Whether to receive the emails about a JS scenario error */ public Boolean getSendJsError() { return this.sendJsError; @@ -340,7 +340,7 @@ public boolean hasSendJsError() { } /** - * Set to true to receive the emails about a JS scenario error + * Whether to receive the emails about a JS scenario error */ public SetAccountInfoRequest setSendJsError(boolean d) { this.sendJsError = Boolean.valueOf(d); @@ -508,7 +508,7 @@ public SetAccountInfoRequest setBillingAddressCountryCode(String d) { @RequestField(name="billing_address_address") /** * The valid address that needs to be specified to pay for any services. - * It can't be deleted later, only changed + * You cannot delete it later, only change */ public String getBillingAddressAddress() { return this.billingAddressAddress; @@ -520,7 +520,7 @@ public boolean hasBillingAddressAddress() { /** * The valid address that needs to be specified to pay for any services. - * It can't be deleted later, only changed + * You cannot delete it later, only change */ public SetAccountInfoRequest setBillingAddressAddress(String d) { this.billingAddressAddress = d; @@ -597,10 +597,10 @@ public SetAccountInfoRequest setAccountCustomData(String d) { @RequestField(name="callback_url") /** - * If URL is specified, Voximplant cloud will make HTTP POST requests to - * it when something happens. For a full list of reasons see the + * If URL is specified, Voximplant cloud makes HTTP POST requests to it + * when something happens. For a full list of reasons see the * type field of the [AccountCallback] structure. The HTTP - * request will have a JSON-encoded body that conforms to the + * request has a JSON-encoded body that conforms to the * [AccountCallbacks] structure */ public String getCallbackUrl() { @@ -612,10 +612,10 @@ public boolean hasCallbackUrl() { } /** - * If URL is specified, Voximplant cloud will make HTTP POST requests to - * it when something happens. For a full list of reasons see the + * If URL is specified, Voximplant cloud makes HTTP POST requests to it + * when something happens. For a full list of reasons see the * type field of the [AccountCallback] structure. The HTTP - * request will have a JSON-encoded body that conforms to the + * request has a JSON-encoded body that conforms to the * [AccountCallbacks] structure */ public SetAccountInfoRequest setCallbackUrl(String d) { @@ -628,10 +628,9 @@ public SetAccountInfoRequest setCallbackUrl(String d) { @RequestField(name="callback_salt") /** * If salt string is specified, each HTTP request made by the Voximplant - * cloud toward the callback_url will have a salt field - * set to MD5 hash of account information and salt. That hash can be - * used be a developer to ensure that HTTP request is made by the - * Voximplant cloud + * cloud toward the callback_url has a salt field set to + * MD5 hash of account information and salt. That hash can be used be a + * developer to ensure that HTTP request is made by the Voximplant cloud */ public String getCallbackSalt() { return this.callbackSalt; @@ -643,10 +642,9 @@ public boolean hasCallbackSalt() { /** * If salt string is specified, each HTTP request made by the Voximplant - * cloud toward the callback_url will have a salt field - * set to MD5 hash of account information and salt. That hash can be - * used be a developer to ensure that HTTP request is made by the - * Voximplant cloud + * cloud toward the callback_url has a salt field set to + * MD5 hash of account information and salt. That hash can be used be a + * developer to ensure that HTTP request is made by the Voximplant cloud */ public SetAccountInfoRequest setCallbackSalt(String d) { this.callbackSalt = d; @@ -657,7 +655,7 @@ public SetAccountInfoRequest setCallbackSalt(String d) { @RequestField(name="store_outbound_sms") /** - * Set to true to store outbound message texts. Default value is false + * Whether to store outgoing message texts. Default value is false */ public Boolean getStoreOutboundSms() { return this.storeOutboundSms; @@ -668,7 +666,7 @@ public boolean hasStoreOutboundSms() { } /** - * Set to true to store outbound message texts. Default value is false + * Whether to store outgoing message texts. Default value is false */ public SetAccountInfoRequest setStoreOutboundSms(boolean d) { this.storeOutboundSms = Boolean.valueOf(d); @@ -679,7 +677,7 @@ public SetAccountInfoRequest setStoreOutboundSms(boolean d) { @RequestField(name="store_inbound_sms") /** - * Set to true to store incoming message texts. Default value is false + * Whether to store incoming message texts. Default value is false */ public Boolean getStoreInboundSms() { return this.storeInboundSms; @@ -690,7 +688,7 @@ public boolean hasStoreInboundSms() { } /** - * Set to true to store incoming message texts. Default value is false + * Whether to store incoming message texts. Default value is false */ public SetAccountInfoRequest setStoreInboundSms(boolean d) { this.storeInboundSms = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/SetAdminRoleInfoRequest.java b/src/main/java/com/voximplant/apiclient/request/SetAdminRoleInfoRequest.java index bedf813..3f2e132 100644 --- a/src/main/java/com/voximplant/apiclient/request/SetAdminRoleInfoRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SetAdminRoleInfoRequest.java @@ -85,8 +85,8 @@ public SetAdminRoleInfoRequest setNewAdminRoleName(String d) { @RequestField(name="admin_role_active") /** - * The admin role enable flag. If false the allowed and denied entries - * have no affect + * Whether the admin role is enabled. If false the allowed and denied + * entries have no affect */ public Boolean getAdminRoleActive() { return this.adminRoleActive; @@ -97,8 +97,8 @@ public boolean hasAdminRoleActive() { } /** - * The admin role enable flag. If false the allowed and denied entries - * have no affect + * Whether the admin role is enabled. If false the allowed and denied + * entries have no affect */ public SetAdminRoleInfoRequest setAdminRoleActive(boolean d) { this.adminRoleActive = Boolean.valueOf(d); @@ -183,7 +183,7 @@ public SetAdminRoleInfoRequest setDeniedEntries(MultiArgument d) { /** * The admin role ID list separated by semicolons (;). Use the 'all' * value to select all admin roles. The list specifies the roles from - * which the allowed_entries and denied_entries will be merged + * which the allowed_entries and denied_entries are merged */ public MultiArgument getLikeAdminRoleId() { return this.likeAdminRoleId; @@ -196,7 +196,7 @@ public boolean hasLikeAdminRoleId() { /** * The admin role ID list separated by semicolons (;). Use the 'all' * value to select all admin roles. The list specifies the roles from - * which the allowed_entries and denied_entries will be merged + * which the allowed_entries and denied_entries are merged */ public SetAdminRoleInfoRequest setLikeAdminRoleId(MultiArgument d) { this.likeAdminRoleId = d; @@ -209,7 +209,7 @@ public SetAdminRoleInfoRequest setLikeAdminRoleId(MultiArgument d) { /** * The admin role name, can be used instead of * like_admin_role_id. The name specifies a role from which the - * allowed_entries and denied_entries will be merged + * allowed_entries and denied_entries are merged */ public MultiArgument getLikeAdminRoleName() { return this.likeAdminRoleName; @@ -222,7 +222,7 @@ public boolean hasLikeAdminRoleName() { /** * The admin role name, can be used instead of * like_admin_role_id. The name specifies a role from which the - * allowed_entries and denied_entries will be merged + * allowed_entries and denied_entries are merged */ public SetAdminRoleInfoRequest setLikeAdminRoleName(MultiArgument d) { this.likeAdminRoleName = d; diff --git a/src/main/java/com/voximplant/apiclient/request/SetAdminUserInfoRequest.java b/src/main/java/com/voximplant/apiclient/request/SetAdminUserInfoRequest.java index 49d7dab..0fc413b 100644 --- a/src/main/java/com/voximplant/apiclient/request/SetAdminUserInfoRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SetAdminUserInfoRequest.java @@ -131,7 +131,7 @@ public SetAdminUserInfoRequest setNewAdminUserPassword(String d) { @RequestField(name="admin_user_active") /** - * The admin user enable flag + * Whether the admin user is active */ public Boolean getAdminUserActive() { return this.adminUserActive; @@ -142,7 +142,7 @@ public boolean hasAdminUserActive() { } /** - * The admin user enable flag + * Whether the admin user is active */ public SetAdminUserInfoRequest setAdminUserActive(boolean d) { this.adminUserActive = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/SetApplicationInfoRequest.java b/src/main/java/com/voximplant/apiclient/request/SetApplicationInfoRequest.java index 813dde1..1eede33 100644 --- a/src/main/java/com/voximplant/apiclient/request/SetApplicationInfoRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SetApplicationInfoRequest.java @@ -85,7 +85,8 @@ public SetApplicationInfoRequest setApplicationName(String d) { @RequestField(name="secure_record_storage") /** - * Enable secure storage for all logs and records of the application + * Whether to enable secure storage for all logs and records of the + * application */ public Boolean getSecureRecordStorage() { return this.secureRecordStorage; @@ -96,7 +97,8 @@ public boolean hasSecureRecordStorage() { } /** - * Enable secure storage for all logs and records of the application + * Whether to enable secure storage for all logs and records of the + * application */ public SetApplicationInfoRequest setSecureRecordStorage(boolean d) { this.secureRecordStorage = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/SetChildAccountInfoRequest.java b/src/main/java/com/voximplant/apiclient/request/SetChildAccountInfoRequest.java index 76eb8db..d8dc3c2 100644 --- a/src/main/java/com/voximplant/apiclient/request/SetChildAccountInfoRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SetChildAccountInfoRequest.java @@ -139,7 +139,7 @@ public SetChildAccountInfoRequest setNewChildAccountPassword(String d) { @RequestField(name="account_notifications") /** - * Voximplant notifications are required + * Whether Voximplant notifications are required */ public Boolean getAccountNotifications() { return this.accountNotifications; @@ -150,7 +150,7 @@ public boolean hasAccountNotifications() { } /** - * Voximplant notifications are required + * Whether Voximplant notifications are required */ public SetChildAccountInfoRequest setAccountNotifications(boolean d) { this.accountNotifications = Boolean.valueOf(d); @@ -161,7 +161,7 @@ public SetChildAccountInfoRequest setAccountNotifications(boolean d) { @RequestField(name="tariff_changing_notifications") /** - * Set to true to receive the emails about the Voximplant plan changing + * Whether to receive the emails about the Voximplant plan changing */ public Boolean getTariffChangingNotifications() { return this.tariffChangingNotifications; @@ -172,7 +172,7 @@ public boolean hasTariffChangingNotifications() { } /** - * Set to true to receive the emails about the Voximplant plan changing + * Whether to receive the emails about the Voximplant plan changing */ public SetChildAccountInfoRequest setTariffChangingNotifications(boolean d) { this.tariffChangingNotifications = Boolean.valueOf(d); @@ -183,7 +183,7 @@ public SetChildAccountInfoRequest setTariffChangingNotifications(boolean d) { @RequestField(name="news_notifications") /** - * Set to true to receive the emails about the Voximplant news + * Whether to receive the emails about the Voximplant news */ public Boolean getNewsNotifications() { return this.newsNotifications; @@ -194,7 +194,7 @@ public boolean hasNewsNotifications() { } /** - * Set to true to receive the emails about the Voximplant news + * Whether to receive the emails about the Voximplant news */ public SetChildAccountInfoRequest setNewsNotifications(boolean d) { this.newsNotifications = Boolean.valueOf(d); @@ -205,7 +205,7 @@ public SetChildAccountInfoRequest setNewsNotifications(boolean d) { @RequestField(name="active") /** - * Set false to disable the child account + * Whether to enable the child account */ public Boolean getActive() { return this.active; @@ -216,7 +216,7 @@ public boolean hasActive() { } /** - * Set false to disable the child account + * Whether to enable the child account */ public SetChildAccountInfoRequest setActive(boolean d) { this.active = Boolean.valueOf(d); @@ -357,7 +357,7 @@ public SetChildAccountInfoRequest setMinBalanceToNotify(BigDecimal d) { @RequestField(name="support_robokassa") /** - * Set to true to allow the robokassa payments + * Whether to allow the robokassa payments */ public Boolean getSupportRobokassa() { return this.supportRobokassa; @@ -368,7 +368,7 @@ public boolean hasSupportRobokassa() { } /** - * Set to true to allow the robokassa payments + * Whether to allow the robokassa payments */ public SetChildAccountInfoRequest setSupportRobokassa(boolean d) { this.supportRobokassa = Boolean.valueOf(d); @@ -379,7 +379,7 @@ public SetChildAccountInfoRequest setSupportRobokassa(boolean d) { @RequestField(name="support_bank_card") /** - * Set to true to allow the bank card payments + * Whether to allow the bank card payments */ public Boolean getSupportBankCard() { return this.supportBankCard; @@ -390,7 +390,7 @@ public boolean hasSupportBankCard() { } /** - * Set to true to allow the bank card payments + * Whether to allow the bank card payments */ public SetChildAccountInfoRequest setSupportBankCard(boolean d) { this.supportBankCard = Boolean.valueOf(d); @@ -401,7 +401,7 @@ public SetChildAccountInfoRequest setSupportBankCard(boolean d) { @RequestField(name="support_invoice") /** - * Set to true to allow the bank invoices + * Whether to allow the bank invoices */ public Boolean getSupportInvoice() { return this.supportInvoice; @@ -412,7 +412,7 @@ public boolean hasSupportInvoice() { } /** - * Set to true to allow the bank invoices + * Whether to allow the bank invoices */ public SetChildAccountInfoRequest setSupportInvoice(boolean d) { this.supportInvoice = Boolean.valueOf(d); @@ -423,7 +423,7 @@ public SetChildAccountInfoRequest setSupportInvoice(boolean d) { @RequestField(name="can_use_restricted") /** - * Set to true to allow use restricted directions + * Whether to allow use restricted directions */ public Boolean getCanUseRestricted() { return this.canUseRestricted; @@ -434,7 +434,7 @@ public boolean hasCanUseRestricted() { } /** - * Set to true to allow use restricted directions + * Whether to allow use restricted directions */ public SetChildAccountInfoRequest setCanUseRestricted(boolean d) { this.canUseRestricted = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/SetPhoneNumberInfoRequest.java b/src/main/java/com/voximplant/apiclient/request/SetPhoneNumberInfoRequest.java index 770a1ad..2f9e07a 100644 --- a/src/main/java/com/voximplant/apiclient/request/SetPhoneNumberInfoRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SetPhoneNumberInfoRequest.java @@ -67,8 +67,8 @@ public SetPhoneNumberInfoRequest setPhoneNumber(MultiArgument d) { @RequestField(name="incoming_sms_callback_url") /** - * If set, the callback of an incoming SMS will be sent to this url, - * otherwise, it will be sent to the general account URL + * If set, the callback of an incoming SMS is sent to this url, + * otherwise, it is sent to the general account URL */ public String getIncomingSmsCallbackUrl() { return this.incomingSmsCallbackUrl; @@ -79,8 +79,8 @@ public boolean hasIncomingSmsCallbackUrl() { } /** - * If set, the callback of an incoming SMS will be sent to this url, - * otherwise, it will be sent to the general account URL + * If set, the callback of an incoming SMS is sent to this url, + * otherwise, it is sent to the general account URL */ public SetPhoneNumberInfoRequest setIncomingSmsCallbackUrl(String d) { this.incomingSmsCallbackUrl = d; @@ -91,7 +91,7 @@ public SetPhoneNumberInfoRequest setIncomingSmsCallbackUrl(String d) { @RequestField(name="auto_charge") /** - * Set true to enable the auto charging + * Whether to enable the auto charging */ public Boolean getAutoCharge() { return this.autoCharge; @@ -102,7 +102,7 @@ public boolean hasAutoCharge() { } /** - * Set true to enable the auto charging + * Whether to enable the auto charging */ public SetPhoneNumberInfoRequest setAutoCharge(boolean d) { this.autoCharge = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/SetPushCredentialRequest.java b/src/main/java/com/voximplant/apiclient/request/SetPushCredentialRequest.java index 67ea15b..452ad54 100644 --- a/src/main/java/com/voximplant/apiclient/request/SetPushCredentialRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SetPushCredentialRequest.java @@ -85,7 +85,7 @@ public SetPushCredentialRequest setCertPassword(String d) { @RequestField(name="is_dev_mode") /** - * Set true to use this certificate in apple's sandbox environment. + * Whether to use this certificate in apple's sandbox environment. * Credentials for APPLE push */ public Boolean getIsDevMode() { @@ -97,7 +97,7 @@ public boolean hasIsDevMode() { } /** - * Set true to use this certificate in apple's sandbox environment. + * Whether to use this certificate in apple's sandbox environment. * Credentials for APPLE push */ public SetPushCredentialRequest setIsDevMode(boolean d) { diff --git a/src/main/java/com/voximplant/apiclient/request/SetQueueInfoRequest.java b/src/main/java/com/voximplant/apiclient/request/SetQueueInfoRequest.java index a06e004..1e0b658 100644 --- a/src/main/java/com/voximplant/apiclient/request/SetQueueInfoRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SetQueueInfoRequest.java @@ -107,8 +107,8 @@ public SetQueueInfoRequest setAcdQueuePriority(long d) { @RequestField(name="auto_binding") /** - * Set false to disable the auto binding of operators to a queue by - * skills comparing + * Whether to enable the auto binding of operators to a queue by skills + * comparing */ public Boolean getAutoBinding() { return this.autoBinding; @@ -119,8 +119,8 @@ public boolean hasAutoBinding() { } /** - * Set false to disable the auto binding of operators to a queue by - * skills comparing + * Whether to enable the auto binding of operators to a queue by skills + * comparing */ public SetQueueInfoRequest setAutoBinding(boolean d) { this.autoBinding = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/SetRuleInfoRequest.java b/src/main/java/com/voximplant/apiclient/request/SetRuleInfoRequest.java index 1e449eb..4dff963 100644 --- a/src/main/java/com/voximplant/apiclient/request/SetRuleInfoRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SetRuleInfoRequest.java @@ -107,7 +107,7 @@ public SetRuleInfoRequest setRulePatternExclude(String d) { @RequestField(name="video_conference") /** - * Video conference is required + * Whether video conference is required */ public Boolean getVideoConference() { return this.videoConference; @@ -118,7 +118,7 @@ public boolean hasVideoConference() { } /** - * Video conference is required + * Whether video conference is required */ public SetRuleInfoRequest setVideoConference(boolean d) { this.videoConference = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/SetUserInfoRequest.java b/src/main/java/com/voximplant/apiclient/request/SetUserInfoRequest.java index 2c1b12c..e4b7cab 100644 --- a/src/main/java/com/voximplant/apiclient/request/SetUserInfoRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/SetUserInfoRequest.java @@ -179,8 +179,8 @@ public SetUserInfoRequest setUserPassword(String d) { @RequestField(name="parent_accounting") /** - * Set 'true' to use the parent account's money, 'false' to use a - * separate user balance + * Whether to use the parent account's money, 'false' to use a separate + * user balance */ public Boolean getParentAccounting() { return this.parentAccounting; @@ -191,8 +191,8 @@ public boolean hasParentAccounting() { } /** - * Set 'true' to use the parent account's money, 'false' to use a - * separate user balance + * Whether to use the parent account's money, 'false' to use a separate + * user balance */ public SetUserInfoRequest setParentAccounting(boolean d) { this.parentAccounting = Boolean.valueOf(d); @@ -203,7 +203,8 @@ public SetUserInfoRequest setParentAccounting(boolean d) { @RequestField(name="user_active") /** - * The user enable flag + * Whether the user is active. Inactive users cannot log in to + * applications */ public Boolean getUserActive() { return this.userActive; @@ -214,7 +215,8 @@ public boolean hasUserActive() { } /** - * The user enable flag + * Whether the user is active. Inactive users cannot log in to + * applications */ public SetUserInfoRequest setUserActive(boolean d) { this.userActive = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/StartScenariosRequest.java b/src/main/java/com/voximplant/apiclient/request/StartScenariosRequest.java index 53686e4..7605852 100644 --- a/src/main/java/com/voximplant/apiclient/request/StartScenariosRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/StartScenariosRequest.java @@ -215,7 +215,7 @@ public StartScenariosRequest setServerLocation(String d) { @RequestField(name="with_check_url") /** - * Set true to get media server session lists url + * Whether to get media server session lists url */ public Boolean getWithCheckUrl() { return this.withCheckUrl; @@ -226,7 +226,7 @@ public boolean hasWithCheckUrl() { } /** - * Set true to get media server session lists url + * Whether to get media server session lists url */ public StartScenariosRequest setWithCheckUrl(boolean d) { this.withCheckUrl = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/TransferMoneyToUserRequest.java b/src/main/java/com/voximplant/apiclient/request/TransferMoneyToUserRequest.java index 8f48e89..db61c6b 100644 --- a/src/main/java/com/voximplant/apiclient/request/TransferMoneyToUserRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/TransferMoneyToUserRequest.java @@ -159,8 +159,8 @@ public TransferMoneyToUserRequest setCurrency(String d) { @RequestField(name="strict_mode") /** - * Returns error if strict_mode is true and a user or the account hasn't - * enough money + * Whether to enable the strict mode. Returns error if strict_mode is + * true and a user or the account does not have enough money */ public Boolean getStrictMode() { return this.strictMode; @@ -171,8 +171,8 @@ public boolean hasStrictMode() { } /** - * Returns error if strict_mode is true and a user or the account hasn't - * enough money + * Whether to enable the strict mode. Returns error if strict_mode is + * true and a user or the account does not have enough money */ public TransferMoneyToUserRequest setStrictMode(boolean d) { this.strictMode = Boolean.valueOf(d); diff --git a/src/main/java/com/voximplant/apiclient/request/UpdateKeyRequest.java b/src/main/java/com/voximplant/apiclient/request/UpdateKeyRequest.java index 81f1028..784af89 100644 --- a/src/main/java/com/voximplant/apiclient/request/UpdateKeyRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/UpdateKeyRequest.java @@ -59,6 +59,28 @@ public UpdateKeyRequest setDescription(String d) { return this; } + private String keyName; + + @RequestField(name="key_name") + /** + * The key's name, up to 50 characters. Cannot be empty + */ + public String getKeyName() { + return this.keyName; + } + + public boolean hasKeyName() { + return this.keyName != null; + } + + /** + * The key's name, up to 50 characters. Cannot be empty + */ + public UpdateKeyRequest setKeyName(String d) { + this.keyName = d; + return this; + } + public String toString(int alignment) { char[] preAligned = new char[alignment - 1]; char[] aligned = new char[alignment]; @@ -84,6 +106,14 @@ public String toString(int alignment) { .append(',') .append(System.lineSeparator()); } + if (keyName != null) { + sb.append(aligned) + .append("\"keyName\": \"") + .append(keyName) + .append('"') + .append(',') + .append(System.lineSeparator()); + } return sb.append(preAligned).append('}').append(',').toString(); } diff --git a/src/main/java/com/voximplant/apiclient/request/UpdateSipRegistrationRequest.java b/src/main/java/com/voximplant/apiclient/request/UpdateSipRegistrationRequest.java index fe1dea2..9a6fe2f 100644 --- a/src/main/java/com/voximplant/apiclient/request/UpdateSipRegistrationRequest.java +++ b/src/main/java/com/voximplant/apiclient/request/UpdateSipRegistrationRequest.java @@ -107,7 +107,7 @@ public UpdateSipRegistrationRequest setAuthUser(String d) { @RequestField(name="outbound_proxy") /** - * The outbound SIP proxy + * The outgoing SIP proxy */ public String getOutboundProxy() { return this.outboundProxy; @@ -118,7 +118,7 @@ public boolean hasOutboundProxy() { } /** - * The outbound SIP proxy + * The outgoing SIP proxy */ public UpdateSipRegistrationRequest setOutboundProxy(String d) { this.outboundProxy = d; @@ -151,7 +151,7 @@ public UpdateSipRegistrationRequest setPassword(String d) { @RequestField(name="application_id") /** - * The application ID which the SIP registration will be bound to. Can + * The application ID which the SIP registration is to be bound to. Can * be used instead of the application_name parameter */ public Long getApplicationId() { @@ -163,7 +163,7 @@ public boolean hasApplicationId() { } /** - * The application ID which the SIP registration will be bound to. Can + * The application ID which the SIP registration is to be bound to. Can * be used instead of the application_name parameter */ public UpdateSipRegistrationRequest setApplicationId(long d) { @@ -175,8 +175,8 @@ public UpdateSipRegistrationRequest setApplicationId(long d) { @RequestField(name="application_name") /** - * The application name which the SIP registration will be bound to. Can - * be used instead of the application_id parameter + * The application name which the SIP registration is to be bound to. + * Can be used instead of the application_id parameter */ public String getApplicationName() { return this.applicationName; @@ -187,8 +187,8 @@ public boolean hasApplicationName() { } /** - * The application name which the SIP registration will be bound to. Can - * be used instead of the application_id parameter + * The application name which the SIP registration is to be bound to. + * Can be used instead of the application_id parameter */ public UpdateSipRegistrationRequest setApplicationName(String d) { this.applicationName = d; @@ -199,7 +199,7 @@ public UpdateSipRegistrationRequest setApplicationName(String d) { @RequestField(name="rule_id") /** - * The rule ID which the SIP registration will be bound to. Can be used + * The rule ID which the SIP registration is to be bound to. Can be used * instead of the rule_name parameter */ public Long getRuleId() { @@ -211,7 +211,7 @@ public boolean hasRuleId() { } /** - * The rule ID which the SIP registration will be bound to. Can be used + * The rule ID which the SIP registration is to be bound to. Can be used * instead of the rule_name parameter */ public UpdateSipRegistrationRequest setRuleId(long d) { @@ -223,7 +223,7 @@ public UpdateSipRegistrationRequest setRuleId(long d) { @RequestField(name="rule_name") /** - * The rule name which the SIP registration will be bound to. Can be + * The rule name which the SIP registration is to be bound to. Can be * used instead of the rule_id parameter */ public String getRuleName() { @@ -235,7 +235,7 @@ public boolean hasRuleName() { } /** - * The rule name which the SIP registration will be bound to. Can be + * The rule name which the SIP registration is to be bound to. Can be * used instead of the rule_id parameter */ public UpdateSipRegistrationRequest setRuleName(String d) { @@ -247,7 +247,7 @@ public UpdateSipRegistrationRequest setRuleName(String d) { @RequestField(name="user_id") /** - * The user ID which the SIP registration will be bound to. Can be used + * The user ID which the SIP registration is to be bound to. Can be used * instead of the user_name parameter */ public Long getUserId() { @@ -259,7 +259,7 @@ public boolean hasUserId() { } /** - * The user ID which the SIP registration will be bound to. Can be used + * The user ID which the SIP registration is to be bound to. Can be used * instead of the user_name parameter */ public UpdateSipRegistrationRequest setUserId(long d) { @@ -271,7 +271,7 @@ public UpdateSipRegistrationRequest setUserId(long d) { @RequestField(name="user_name") /** - * The user name which the SIP registration will be bound to. Can be + * The user name which the SIP registration is to be bound to. Can be * used instead of the user_id parameter */ public String getUserName() { @@ -283,7 +283,7 @@ public boolean hasUserName() { } /** - * The user name which the SIP registration will be bound to. Can be + * The user name which the SIP registration is to be bound to. Can be * used instead of the user_id parameter */ public UpdateSipRegistrationRequest setUserName(String d) { diff --git a/src/main/java/com/voximplant/apiclient/response/A2PActivatedCallback.java b/src/main/java/com/voximplant/apiclient/response/A2PActivatedCallback.java index 526b2b0..1cbe274 100644 --- a/src/main/java/com/voximplant/apiclient/response/A2PActivatedCallback.java +++ b/src/main/java/com/voximplant/apiclient/response/A2PActivatedCallback.java @@ -19,7 +19,7 @@ public class A2PActivatedCallback implements Alignable { private Boolean a2pEnabled; /** - * A2P messages are allowed + * Whether A2P messages are allowed */ public Boolean getA2pEnabled() { return this.a2pEnabled; diff --git a/src/main/java/com/voximplant/apiclient/response/A2PSmsHistoryType.java b/src/main/java/com/voximplant/apiclient/response/A2PSmsHistoryType.java index 4705db4..ba8e515 100644 --- a/src/main/java/com/voximplant/apiclient/response/A2PSmsHistoryType.java +++ b/src/main/java/com/voximplant/apiclient/response/A2PSmsHistoryType.java @@ -57,7 +57,7 @@ public boolean hasDestinationNumber() { private Long fragments; /** - * Number of fragments the initial message was divided into + * Number of fragments the initial message is divided into */ public Long getFragments() { return this.fragments; diff --git a/src/main/java/com/voximplant/apiclient/response/ACDOperatorAggregationGroupType.java b/src/main/java/com/voximplant/apiclient/response/ACDOperatorAggregationGroupType.java index 8ad7944..d358da2 100644 --- a/src/main/java/com/voximplant/apiclient/response/ACDOperatorAggregationGroupType.java +++ b/src/main/java/com/voximplant/apiclient/response/ACDOperatorAggregationGroupType.java @@ -18,7 +18,7 @@ public class ACDOperatorAggregationGroupType implements Alignable { private String userId; /** - * If aggregation was enabled, contains user ID for the results + * If aggregation is enabled, contains user ID for the results */ public String getUserId() { return this.userId; @@ -32,7 +32,7 @@ public boolean hasUserId() { private Date date; /** - * If aggregation was enabled, contains UTC date for the results in 24-h + * If aggregation is enabled, contains UTC date for the results in 24-h * 'YYYY-MM-DD' format */ public Date getDate() { @@ -46,7 +46,7 @@ public boolean hasDate() { private Long hour; /** - * If aggregation was enabled, contains the 60-minute interval number + * If aggregation is enabled, contains the 60-minute interval number * from 1 to 24 */ public Long getHour() { diff --git a/src/main/java/com/voximplant/apiclient/response/ACDOperatorStatisticsType.java b/src/main/java/com/voximplant/apiclient/response/ACDOperatorStatisticsType.java index 4437bcb..0842371 100644 --- a/src/main/java/com/voximplant/apiclient/response/ACDOperatorStatisticsType.java +++ b/src/main/java/com/voximplant/apiclient/response/ACDOperatorStatisticsType.java @@ -18,7 +18,7 @@ public class ACDOperatorStatisticsType implements Alignable { private String userId; /** - * If aggregation was enabled, contains user ID for the results + * If aggregation is enabled, contains user ID for the results */ public String getUserId() { return this.userId; @@ -32,7 +32,7 @@ public boolean hasUserId() { private Date date; /** - * If aggregation was enabled, contains UTC date for the results in 24-h + * If aggregation is enabled, contains UTC date for the results in 24-h * 'YYYY-MM-DD' format */ public Date getDate() { @@ -46,7 +46,7 @@ public boolean hasDate() { private Long hour; /** - * If aggregation was enabled, contains the 60-minute interval number + * If aggregation is enabled, contains the 60-minute interval number * from 1 to 24 */ public Long getHour() { diff --git a/src/main/java/com/voximplant/apiclient/response/ACDOperatorStatusAggregationGroupType.java b/src/main/java/com/voximplant/apiclient/response/ACDOperatorStatusAggregationGroupType.java index 4ecaf8a..dcddd4f 100644 --- a/src/main/java/com/voximplant/apiclient/response/ACDOperatorStatusAggregationGroupType.java +++ b/src/main/java/com/voximplant/apiclient/response/ACDOperatorStatusAggregationGroupType.java @@ -18,7 +18,7 @@ public class ACDOperatorStatusAggregationGroupType implements Alignable { private String userId; /** - * If aggregation was enabled, contains user ID for the results + * If aggregation is enabled, contains user ID for the results */ public String getUserId() { return this.userId; @@ -32,7 +32,7 @@ public boolean hasUserId() { private Date date; /** - * If aggregation was enabled, contains UTC date for the results in 24-h + * If aggregation is enabled, contains UTC date for the results in 24-h * 'YYYY-MM-DD' format */ public Date getDate() { @@ -46,7 +46,7 @@ public boolean hasDate() { private Long hour; /** - * If aggregation was enabled, contains the 60-minute interval number + * If aggregation is enabled, contains the 60-minute interval number * from 1 to 24 */ public Long getHour() { diff --git a/src/main/java/com/voximplant/apiclient/response/ACDOperatorStatusStatisticsType.java b/src/main/java/com/voximplant/apiclient/response/ACDOperatorStatusStatisticsType.java index c1ed4aa..426bb8a 100644 --- a/src/main/java/com/voximplant/apiclient/response/ACDOperatorStatusStatisticsType.java +++ b/src/main/java/com/voximplant/apiclient/response/ACDOperatorStatusStatisticsType.java @@ -19,7 +19,7 @@ public class ACDOperatorStatusStatisticsType implements Alignable { private String userId; /** - * If aggregation was enabled, contains user ID for the results + * If aggregation is enabled, contains user ID for the results */ public String getUserId() { return this.userId; @@ -33,8 +33,8 @@ public boolean hasUserId() { private Date date; /** - * If aggregation was enabled, contains UTC date for the results in - * 24-h 'YYYY-MM-DD' format + * If aggregation is enabled, contains UTC date for the results in 24-h + * 'YYYY-MM-DD' format */ public Date getDate() { return this.date; @@ -47,7 +47,7 @@ public boolean hasDate() { private Long hour; /** - * If aggregation was enabled, contains the 60-minute interval number + * If aggregation is enabled, contains the 60-minute interval number * from 1 to 24 */ public Long getHour() { diff --git a/src/main/java/com/voximplant/apiclient/response/ACDQueueOperatorInfoType.java b/src/main/java/com/voximplant/apiclient/response/ACDQueueOperatorInfoType.java index 75c8e27..8c42c88 100644 --- a/src/main/java/com/voximplant/apiclient/response/ACDQueueOperatorInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/ACDQueueOperatorInfoType.java @@ -44,7 +44,7 @@ public boolean hasAcdQueueName() { private Boolean autoLink; /** - * The user is bound to the ACD queue in manual mode if false + * Whether the user is bound to the ACD queue in manual mode if false */ public Boolean getAutoLink() { return this.autoLink; diff --git a/src/main/java/com/voximplant/apiclient/response/ACDQueueStateType.java b/src/main/java/com/voximplant/apiclient/response/ACDQueueStateType.java index 72916f5..65ebcdd 100644 --- a/src/main/java/com/voximplant/apiclient/response/ACDQueueStateType.java +++ b/src/main/java/com/voximplant/apiclient/response/ACDQueueStateType.java @@ -58,9 +58,9 @@ public boolean hasReadyOperatorsCount() { private ACDLockedOperatorStateType[] lockedOperators; /** - * List of operators with the 'READY' state that can't accept a call - * from this queue. Operator can't accept a call if they are temporarily - * banned or they are servicing a call right now + * List of operators with the 'READY' state that cannot accept a call + * from this queue. Operator cannot accept a call if they are + * temporarily banned or they are servicing a call right now */ public ACDLockedOperatorStateType[] getLockedOperators() { return this.lockedOperators; diff --git a/src/main/java/com/voximplant/apiclient/response/ACDQueueStatisticsServiceLevelType.java b/src/main/java/com/voximplant/apiclient/response/ACDQueueStatisticsServiceLevelType.java index c133b7c..204cc3c 100644 --- a/src/main/java/com/voximplant/apiclient/response/ACDQueueStatisticsServiceLevelType.java +++ b/src/main/java/com/voximplant/apiclient/response/ACDQueueStatisticsServiceLevelType.java @@ -19,7 +19,7 @@ public class ACDQueueStatisticsServiceLevelType implements Alignable { private Long acceptableWaitingTime; /** - * Maximum time, is seconds, user was waiting operator for a given + * Maximum time, is seconds, user is waiting operator for a given * service level */ public Long getAcceptableWaitingTime() { diff --git a/src/main/java/com/voximplant/apiclient/response/ACDQueueStatisticsType.java b/src/main/java/com/voximplant/apiclient/response/ACDQueueStatisticsType.java index 5358ce2..fee9766 100644 --- a/src/main/java/com/voximplant/apiclient/response/ACDQueueStatisticsType.java +++ b/src/main/java/com/voximplant/apiclient/response/ACDQueueStatisticsType.java @@ -19,7 +19,7 @@ public class ACDQueueStatisticsType implements Alignable { private Date date; /** - * If aggregation was enabled, contains UTC date for the results in 24-h + * If aggregation is enabled, contains UTC date for the results in 24-h * 'YYYY-MM-DD' format */ public Date getDate() { @@ -33,7 +33,7 @@ public boolean hasDate() { private Long hour; /** - * If aggregation was enabled, contains the 60-minute interval number + * If aggregation is enabled, contains the 60-minute interval number * from 1 to 24 */ public Long getHour() { diff --git a/src/main/java/com/voximplant/apiclient/response/AccountDocumentUploadedCallback.java b/src/main/java/com/voximplant/apiclient/response/AccountDocumentUploadedCallback.java index 50229da..5a0ce34 100644 --- a/src/main/java/com/voximplant/apiclient/response/AccountDocumentUploadedCallback.java +++ b/src/main/java/com/voximplant/apiclient/response/AccountDocumentUploadedCallback.java @@ -46,7 +46,7 @@ public boolean hasUploaded() { private Boolean isIndividual; /** - * Account belongs to an individual + * Whether the account belongs to an individual */ public Boolean getIsIndividual() { return this.isIndividual; diff --git a/src/main/java/com/voximplant/apiclient/response/AccountDocumentVerifiedCallback.java b/src/main/java/com/voximplant/apiclient/response/AccountDocumentVerifiedCallback.java index c5a195c..1acb305 100644 --- a/src/main/java/com/voximplant/apiclient/response/AccountDocumentVerifiedCallback.java +++ b/src/main/java/com/voximplant/apiclient/response/AccountDocumentVerifiedCallback.java @@ -60,7 +60,7 @@ public boolean hasUploaded() { private Boolean isIndividual; /** - * Account belongs to an individual + * Whether the account belongs to an individual */ public Boolean getIsIndividual() { return this.isIndividual; diff --git a/src/main/java/com/voximplant/apiclient/response/AccountInfoType.java b/src/main/java/com/voximplant/apiclient/response/AccountInfoType.java index 26762ad..6cf3f74 100644 --- a/src/main/java/com/voximplant/apiclient/response/AccountInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/AccountInfoType.java @@ -426,10 +426,10 @@ public boolean hasWithAccessEntries() { private String callbackUrl; /** - * If URL is specified, Voximplant cloud will make HTTP POST requests to - * it when something happens. For a full list of reasons see the + * If URL is specified, Voximplant cloud makes HTTP POST requests to it + * when something happens. For a full list of reasons see the * type field of the [AccountCallback] structure. The HTTP - * request will have a JSON-encoded body that conforms to the + * request has a JSON-encoded body that conforms to the * [AccountCallbacks] structure */ public String getCallbackUrl() { @@ -444,10 +444,9 @@ public boolean hasCallbackUrl() { /** * If salt string is specified, each HTTP request made by the Voximplant - * cloud toward the callback_url will have a salt field - * set to MD5 hash of account information and salt. That hash can be - * used be a developer to ensure that HTTP request is made by the - * Voximplant cloud + * cloud toward the callback_url has a salt field set to + * MD5 hash of account information and salt. That hash can be used be a + * developer to ensure that HTTP request is made by the Voximplant cloud */ public String getCallbackSalt() { return this.callbackSalt; diff --git a/src/main/java/com/voximplant/apiclient/response/AccountPlanPackageType.java b/src/main/java/com/voximplant/apiclient/response/AccountPlanPackageType.java index ee3d631..727d4e8 100644 --- a/src/main/java/com/voximplant/apiclient/response/AccountPlanPackageType.java +++ b/src/main/java/com/voximplant/apiclient/response/AccountPlanPackageType.java @@ -44,7 +44,7 @@ public boolean hasPackageName() { private Boolean mayOverrun; /** - * Overrun is enabled + * Whether overrun is enabled */ public Boolean getMayOverrun() { return this.mayOverrun; diff --git a/src/main/java/com/voximplant/apiclient/response/AccountVerificationDocument.java b/src/main/java/com/voximplant/apiclient/response/AccountVerificationDocument.java index fcc07be..016082a 100644 --- a/src/main/java/com/voximplant/apiclient/response/AccountVerificationDocument.java +++ b/src/main/java/com/voximplant/apiclient/response/AccountVerificationDocument.java @@ -32,7 +32,7 @@ public boolean hasAccountDocumentId() { private Boolean isIndividual; /** - * Account belongs to an individual + * Whether the account belongs to an individual */ public Boolean getIsIndividual() { return this.isIndividual; diff --git a/src/main/java/com/voximplant/apiclient/response/AccountVerificationType.java b/src/main/java/com/voximplant/apiclient/response/AccountVerificationType.java index 334beef..57a7eb9 100644 --- a/src/main/java/com/voximplant/apiclient/response/AccountVerificationType.java +++ b/src/main/java/com/voximplant/apiclient/response/AccountVerificationType.java @@ -47,7 +47,7 @@ public boolean hasVerificationStatus() { /** * Unverified subscriptions hold until the date in format: YYYY-MM-DD - * (if the account verification is required). Some subscriptions will be + * (if the account verification is required). Some subscriptions are * detached on that day automatically! */ public Date getUnverifiedHoldUntil() { diff --git a/src/main/java/com/voximplant/apiclient/response/AddApplicationResponse.java b/src/main/java/com/voximplant/apiclient/response/AddApplicationResponse.java index d5dd5c7..129f581 100644 --- a/src/main/java/com/voximplant/apiclient/response/AddApplicationResponse.java +++ b/src/main/java/com/voximplant/apiclient/response/AddApplicationResponse.java @@ -63,8 +63,7 @@ public boolean hasApplicationName() { private Boolean secureRecordStorage; /** - * This flag indicates whether a secure storage for logs and records is - * enabled or not + * Whether a secure storage for logs and records is enabled or not */ public Boolean getSecureRecordStorage() { return this.secureRecordStorage; diff --git a/src/main/java/com/voximplant/apiclient/response/AdminRoleType.java b/src/main/java/com/voximplant/apiclient/response/AdminRoleType.java index 0942013..17336b2 100644 --- a/src/main/java/com/voximplant/apiclient/response/AdminRoleType.java +++ b/src/main/java/com/voximplant/apiclient/response/AdminRoleType.java @@ -44,7 +44,7 @@ public boolean hasAdminRoleName() { private Boolean adminRoleActive; /** - * If false the allowed and denied entries have no affect + * Whether to ignore the allowed and denied entries */ public Boolean getAdminRoleActive() { return this.adminRoleActive; @@ -57,7 +57,7 @@ public boolean hasAdminRoleActive() { private Boolean systemRole; /** - * It's a system role + * Whether it is a system role */ public Boolean getSystemRole() { return this.systemRole; diff --git a/src/main/java/com/voximplant/apiclient/response/AdminUserType.java b/src/main/java/com/voximplant/apiclient/response/AdminUserType.java index f60f71a..20bd989 100644 --- a/src/main/java/com/voximplant/apiclient/response/AdminUserType.java +++ b/src/main/java/com/voximplant/apiclient/response/AdminUserType.java @@ -57,7 +57,7 @@ public boolean hasAdminUserDisplayName() { private Boolean adminUserActive; /** - * Login is allowed + * Whether login is allowed */ public Boolean getAdminUserActive() { return this.adminUserActive; diff --git a/src/main/java/com/voximplant/apiclient/response/AttachedPhoneInfoType.java b/src/main/java/com/voximplant/apiclient/response/AttachedPhoneInfoType.java index b020442..68e6827 100644 --- a/src/main/java/com/voximplant/apiclient/response/AttachedPhoneInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/AttachedPhoneInfoType.java @@ -98,7 +98,7 @@ public boolean hasPhonePurchaseDate() { private Boolean deactivated; /** - * The flag of the frozen subscription + * Whether the subscription is frozen */ public Boolean getDeactivated() { return this.deactivated; @@ -111,7 +111,7 @@ public boolean hasDeactivated() { private Boolean canceled; /** - * The flag of the deleted subscription + * Whether the subscription is cancelled */ public Boolean getCanceled() { return this.canceled; @@ -124,7 +124,7 @@ public boolean hasCanceled() { private Boolean autoCharge; /** - * The auto_charge flag + * Whether to charge automatically */ public Boolean getAutoCharge() { return this.autoCharge; @@ -202,7 +202,7 @@ public boolean hasCategoryName() { private Boolean requiredVerification; /** - * Verification is required for the account + * Whether the verification is required for the account */ public Boolean getRequiredVerification() { return this.requiredVerification; @@ -231,8 +231,8 @@ public boolean hasVerificationStatus() { /** * Unverified phone hold until the date in format: YYYY-MM-DD (if the - * account verification is required). The number will be detached on - * that day automatically! + * account verification is required). The number is detached on that day + * automatically! */ public Date getUnverifiedHoldUntil() { return this.unverifiedHoldUntil; @@ -245,7 +245,7 @@ public boolean hasUnverifiedHoldUntil() { private Boolean canBeUsed; /** - * Unverified account can use the phone + * Whether a not verified account can use the phone */ public Boolean getCanBeUsed() { return this.canBeUsed; @@ -258,13 +258,13 @@ public boolean hasCanBeUsed() { private Boolean isSmsSupported; /** - * If true, SMS is supported for this phone number. SMS needs to - * be explicitly enabled via the [ControlSms] Management API before - * sending or receiving SMS. If SMS is supported and enabled, SMS can be - * sent from this phone number using the [SendSmsMessage] Management API - * and received using the [InboundSmsCallback] property of the HTTP - * callback. See this - * article for HTTP callback details + * Whether SMS is supported for this phone number. SMS needs to be + * explicitly enabled via the [ControlSms] Management API before sending + * or receiving SMS. If SMS is supported and enabled, SMS can be sent + * from this phone number via the [SendSmsMessage] Management API and + * received via the [InboundSmsCallback] property of the HTTP callback. + * See this article + * for HTTP callback details */ public Boolean getIsSmsSupported() { return this.isSmsSupported; @@ -277,8 +277,8 @@ public boolean hasIsSmsSupported() { private Boolean isSmsEnabled; /** - * If true, SMS sending and receiving is enabled for this phone - * number via the [ControlSms] Management API + * Whether SMS sending and receiving is enabled for this phone number + * via the [ControlSms] Management API */ public Boolean getIsSmsEnabled() { return this.isSmsEnabled; @@ -291,8 +291,8 @@ public boolean hasIsSmsEnabled() { private String incomingSmsCallbackUrl; /** - * If set, the callback of an incoming SMS will be sent to this url, - * otherwise, it will be sent to the general account URL + * If set, the callback of an incoming SMS is sent to this url, + * otherwise, it is sent to the general account URL */ public String getIncomingSmsCallbackUrl() { return this.incomingSmsCallbackUrl; @@ -305,8 +305,8 @@ public boolean hasIncomingSmsCallbackUrl() { private Boolean emergencyCallsToBeEnabled; /** - * If true, you need to make a request to enable calls to - * emergency numbers + * Whether you need to make a request to enable calls to emergency + * numbers */ public Boolean getEmergencyCallsToBeEnabled() { return this.emergencyCallsToBeEnabled; @@ -319,7 +319,7 @@ public boolean hasEmergencyCallsToBeEnabled() { private Boolean emergencyCallsEnabled; /** - * If true, calls to emergency numbers are enabled + * Whether calls to emergency numbers are enabled */ public Boolean getEmergencyCallsEnabled() { return this.emergencyCallsEnabled; diff --git a/src/main/java/com/voximplant/apiclient/response/AuthorizedAccountIPType.java b/src/main/java/com/voximplant/apiclient/response/AuthorizedAccountIPType.java index 7ee9ba5..36ea617 100644 --- a/src/main/java/com/voximplant/apiclient/response/AuthorizedAccountIPType.java +++ b/src/main/java/com/voximplant/apiclient/response/AuthorizedAccountIPType.java @@ -31,7 +31,7 @@ public boolean hasAuthorizedIp() { private Boolean allowed; /** - * The allowed flag (true - whitelist, false - blacklist) + * Whether the IP is allowed (true - whitelist, false - blacklist) */ public Boolean getAllowed() { return this.allowed; diff --git a/src/main/java/com/voximplant/apiclient/response/BankCardType.java b/src/main/java/com/voximplant/apiclient/response/BankCardType.java index 99d853d..2d7c637 100644 --- a/src/main/java/com/voximplant/apiclient/response/BankCardType.java +++ b/src/main/java/com/voximplant/apiclient/response/BankCardType.java @@ -31,7 +31,7 @@ public boolean hasBankCardProvider() { private Boolean autoCharge; /** - * The auto_charge flag + * Whether the auto_charge is enabled */ public Boolean getAutoCharge() { return this.autoCharge; diff --git a/src/main/java/com/voximplant/apiclient/response/CallHistoryReportCallback.java b/src/main/java/com/voximplant/apiclient/response/CallHistoryReportCallback.java index b436692..41d6f03 100644 --- a/src/main/java/com/voximplant/apiclient/response/CallHistoryReportCallback.java +++ b/src/main/java/com/voximplant/apiclient/response/CallHistoryReportCallback.java @@ -32,7 +32,7 @@ public boolean hasHistoryReportId() { private Boolean success; /** - * Success flag + * Whether the request is successful */ public Boolean getSuccess() { return this.success; diff --git a/src/main/java/com/voximplant/apiclient/response/CallListDetailType.java b/src/main/java/com/voximplant/apiclient/response/CallListDetailType.java index a149f37..4029f0c 100644 --- a/src/main/java/com/voximplant/apiclient/response/CallListDetailType.java +++ b/src/main/java/com/voximplant/apiclient/response/CallListDetailType.java @@ -72,7 +72,7 @@ public boolean hasFinishExecutionTime() { private String resultData; /** - * Results of the task, if it was granted, or information about the + * Results of the task, if it is granted, or information about the * runtime error */ public String getResultData() { diff --git a/src/main/java/com/voximplant/apiclient/response/CallerIDInfoType.java b/src/main/java/com/voximplant/apiclient/response/CallerIDInfoType.java index e28a065..3f631f6 100644 --- a/src/main/java/com/voximplant/apiclient/response/CallerIDInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/CallerIDInfoType.java @@ -44,7 +44,7 @@ public boolean hasCalleridNumber() { private Boolean active; /** - * The active flag + * Whether active */ public Boolean getActive() { return this.active; diff --git a/src/main/java/com/voximplant/apiclient/response/ChargedPhoneType.java b/src/main/java/com/voximplant/apiclient/response/ChargedPhoneType.java index 720649c..63888ff 100644 --- a/src/main/java/com/voximplant/apiclient/response/ChargedPhoneType.java +++ b/src/main/java/com/voximplant/apiclient/response/ChargedPhoneType.java @@ -44,7 +44,7 @@ public boolean hasPhoneNumber() { private Boolean deactivated; /** - * Subscription is frozen + * Whether the subscription is frozen */ public Boolean getDeactivated() { return this.deactivated; @@ -57,7 +57,7 @@ public boolean hasDeactivated() { private Boolean isCharged; /** - * Phone number has been charged + * Whether the phone number has been charged */ public Boolean getIsCharged() { return this.isCharged; diff --git a/src/main/java/com/voximplant/apiclient/response/CheckAuthorizedAccountIPResponse.java b/src/main/java/com/voximplant/apiclient/response/CheckAuthorizedAccountIPResponse.java index e54573d..5112120 100644 --- a/src/main/java/com/voximplant/apiclient/response/CheckAuthorizedAccountIPResponse.java +++ b/src/main/java/com/voximplant/apiclient/response/CheckAuthorizedAccountIPResponse.java @@ -24,7 +24,7 @@ public boolean hasError() { private Boolean result; /** - * True if IP is allowed + * Whether the IP is allowed */ public Boolean getResult() { return this.result; diff --git a/src/main/java/com/voximplant/apiclient/response/ChildAccountSubscriptionType.java b/src/main/java/com/voximplant/apiclient/response/ChildAccountSubscriptionType.java index ac7ca7f..8d1bec7 100644 --- a/src/main/java/com/voximplant/apiclient/response/ChildAccountSubscriptionType.java +++ b/src/main/java/com/voximplant/apiclient/response/ChildAccountSubscriptionType.java @@ -58,7 +58,7 @@ public boolean hasSubscriptionTemplateId() { private Boolean autoCharge; /** - * The subscription is prolonged automatically + * Whether the subscription is prolonged automatically */ public Boolean getAutoCharge() { return this.autoCharge; @@ -98,7 +98,7 @@ public boolean hasPeriodicPrice() { private Boolean active; /** - * The subscription is active + * Whether the subscription is active */ public Boolean getActive() { return this.active; diff --git a/src/main/java/com/voximplant/apiclient/response/ContactInfoType.java b/src/main/java/com/voximplant/apiclient/response/ContactInfoType.java index 527e004..adf5517 100644 --- a/src/main/java/com/voximplant/apiclient/response/ContactInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/ContactInfoType.java @@ -57,7 +57,7 @@ public boolean hasContactData() { private Boolean isPersistent; /** - * The persistent flag + * Whether the contact is persistent */ public Boolean getIsPersistent() { return this.isPersistent; diff --git a/src/main/java/com/voximplant/apiclient/response/ContractorInvoiceType.java b/src/main/java/com/voximplant/apiclient/response/ContractorInvoiceType.java index cd3fc69..a3b921d 100644 --- a/src/main/java/com/voximplant/apiclient/response/ContractorInvoiceType.java +++ b/src/main/java/com/voximplant/apiclient/response/ContractorInvoiceType.java @@ -45,7 +45,7 @@ public boolean hasInvoiceDate() { private Boolean isPostPayment; /** - * The post payment flag + * Whether it is post payment */ public Boolean getIsPostPayment() { return this.isPostPayment; diff --git a/src/main/java/com/voximplant/apiclient/response/ExchangeRates.java b/src/main/java/com/voximplant/apiclient/response/ExchangeRates.java index 262eb58..1b9645f 100644 --- a/src/main/java/com/voximplant/apiclient/response/ExchangeRates.java +++ b/src/main/java/com/voximplant/apiclient/response/ExchangeRates.java @@ -57,7 +57,7 @@ public boolean hasEUR() { private BigDecimal USD; /** - * The USD exchange rate. It's always equal to 1 + * The USD exchange rate. It is always equal to 1 */ public BigDecimal getUSD() { return this.USD; diff --git a/src/main/java/com/voximplant/apiclient/response/GetAutochargeConfigResultType.java b/src/main/java/com/voximplant/apiclient/response/GetAutochargeConfigResultType.java index 17fde92..8ca4478 100644 --- a/src/main/java/com/voximplant/apiclient/response/GetAutochargeConfigResultType.java +++ b/src/main/java/com/voximplant/apiclient/response/GetAutochargeConfigResultType.java @@ -18,7 +18,7 @@ public class GetAutochargeConfigResultType implements Alignable { private Boolean autoCharge; /** - * Is auto charge enabled or not + * Whether auto charge enabled or not */ public Boolean getAutoCharge() { return this.autoCharge; diff --git a/src/main/java/com/voximplant/apiclient/response/GetAvailableRegulationsResponse.java b/src/main/java/com/voximplant/apiclient/response/GetAvailableRegulationsResponse.java index 4e33bff..9d71cf2 100644 --- a/src/main/java/com/voximplant/apiclient/response/GetAvailableRegulationsResponse.java +++ b/src/main/java/com/voximplant/apiclient/response/GetAvailableRegulationsResponse.java @@ -24,10 +24,9 @@ public boolean hasError() { private Boolean result; /** - * If result equals 1: 1) the user has at least one regulation address - * which is appropriate for verification or 2) the verification is not - * required. If result equals 0, the regulations address needs to be - * created + * Whether the user has at least one regulation address which is + * appropriate for verification or the verification is not required. If + * result is false, the regulations address needs to be created */ public Boolean getResult() { return this.result; diff --git a/src/main/java/com/voximplant/apiclient/response/GetMaxBankCardPaymentResultType.java b/src/main/java/com/voximplant/apiclient/response/GetMaxBankCardPaymentResultType.java index 98e8e0b..8a8adf0 100644 --- a/src/main/java/com/voximplant/apiclient/response/GetMaxBankCardPaymentResultType.java +++ b/src/main/java/com/voximplant/apiclient/response/GetMaxBankCardPaymentResultType.java @@ -18,7 +18,7 @@ public class GetMaxBankCardPaymentResultType implements Alignable { private Long maxPayment; /** - * The maximum payment for the specified card. It's always equal or less + * The maximum payment for the specified card. It always equals or less * than **new_max_payment** */ public Long getMaxPayment() { diff --git a/src/main/java/com/voximplant/apiclient/response/GetMoneyAmountToChargeResult.java b/src/main/java/com/voximplant/apiclient/response/GetMoneyAmountToChargeResult.java index 16f584b..1825c14 100644 --- a/src/main/java/com/voximplant/apiclient/response/GetMoneyAmountToChargeResult.java +++ b/src/main/java/com/voximplant/apiclient/response/GetMoneyAmountToChargeResult.java @@ -46,7 +46,7 @@ public boolean hasMinAmount() { private BigDecimal bankCardAmountUsd; /** - * Exists if bank card payments are allowed. It's the maximum of the + * Exists if bank card payments are allowed. It is the maximum of the * 'amount' in USD and the min_card_payment (10$) */ public BigDecimal getBankCardAmountUsd() { @@ -60,7 +60,7 @@ public boolean hasBankCardAmountUsd() { private BigDecimal minBankCardAmountUsd; /** - * Exists if bank card payments are allowed. It's the maximum of the + * Exists if bank card payments are allowed. It is the maximum of the * 'min_amount' in USD and the min_card_payment (10$) */ public BigDecimal getMinBankCardAmountUsd() { @@ -74,7 +74,7 @@ public boolean hasMinBankCardAmountUsd() { private BigDecimal robokassaAmountRub; /** - * Exists if robokassa payments are allowed. It's the maximum of the + * Exists if robokassa payments are allowed. It is the maximum of the * 'min_amount' in RUR and the min_robokassa_payment (500 RUR) */ public BigDecimal getRobokassaAmountRub() { @@ -88,7 +88,7 @@ public boolean hasRobokassaAmountRub() { private BigDecimal minRobokassaAmountRub; /** - * Exists if robokassa payments are allowed. It's the maximum of the + * Exists if robokassa payments are allowed. It is the maximum of the * 'min_amount' in RUR and the min_robokassa_payment (500 RUR) */ public BigDecimal getMinRobokassaAmountRub() { diff --git a/src/main/java/com/voximplant/apiclient/response/KeyView.java b/src/main/java/com/voximplant/apiclient/response/KeyView.java index f74c7e4..cc87254 100644 --- a/src/main/java/com/voximplant/apiclient/response/KeyView.java +++ b/src/main/java/com/voximplant/apiclient/response/KeyView.java @@ -67,6 +67,19 @@ public boolean hasSubuser() { return this.subuser != null; } + private String keyName; + + /** + * The key's name + */ + public String getKeyName() { + return this.keyName; + } + + public boolean hasKeyName() { + return this.keyName != null; + } + public String toString(int alignment) { char[] preAligned = new char[alignment - 1]; char[] aligned = new char[alignment]; @@ -104,6 +117,14 @@ public String toString(int alignment) { .append(StringHelper.arrayToString(subuser, alignment + 1)) .append(System.lineSeparator()); } + if (keyName != null) { + sb.append(aligned) + .append("\"keyName\": \"") + .append(keyName) + .append('"') + .append(',') + .append(System.lineSeparator()); + } return sb.append(preAligned).append('}').append(',').toString(); } diff --git a/src/main/java/com/voximplant/apiclient/response/MinBalanceCallback.java b/src/main/java/com/voximplant/apiclient/response/MinBalanceCallback.java index db1864e..8692816 100644 --- a/src/main/java/com/voximplant/apiclient/response/MinBalanceCallback.java +++ b/src/main/java/com/voximplant/apiclient/response/MinBalanceCallback.java @@ -19,7 +19,7 @@ public class MinBalanceCallback implements Alignable { private Boolean isMinCredit; /** - * True if the credit threshold exceeded. The credit threshold = + * Whether the credit threshold exceeded. The credit threshold = * credit_limit - min_balance_to_notify, wherein min_balance_to_notify > * 0 */ @@ -34,7 +34,7 @@ public boolean hasIsMinCredit() { private Boolean isRepeated; /** - * True if the callback is repeated + * Whether the callback is repeated */ public Boolean getIsRepeated() { return this.isRepeated; diff --git a/src/main/java/com/voximplant/apiclient/response/NewAttachedPhoneInfoType.java b/src/main/java/com/voximplant/apiclient/response/NewAttachedPhoneInfoType.java index 0934658..46bc543 100644 --- a/src/main/java/com/voximplant/apiclient/response/NewAttachedPhoneInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/NewAttachedPhoneInfoType.java @@ -44,7 +44,7 @@ public boolean hasPhoneNumber() { private Boolean requiredVerification; /** - * Verification is required for the account + * Whether verification is required for the account */ public Boolean getRequiredVerification() { return this.requiredVerification; @@ -73,8 +73,8 @@ public boolean hasVerificationStatus() { /** * Unverified phone hold until the date in format: YYYY-MM-DD (if the - * account verification is required). The number will be detached on - * that day automatically! + * account verification is required). The number is detached on that day + * automatically! */ public Date getUnverifiedHoldUntil() { return this.unverifiedHoldUntil; diff --git a/src/main/java/com/voximplant/apiclient/response/NewInvoiceCallbackItem.java b/src/main/java/com/voximplant/apiclient/response/NewInvoiceCallbackItem.java index 4680145..10e2fa1 100644 --- a/src/main/java/com/voximplant/apiclient/response/NewInvoiceCallbackItem.java +++ b/src/main/java/com/voximplant/apiclient/response/NewInvoiceCallbackItem.java @@ -44,7 +44,7 @@ public boolean hasInvoiceDate() { private Boolean prepayment; /** - * It's a prepayment + * Whether it is a prepayment */ public Boolean getPrepayment() { return this.prepayment; diff --git a/src/main/java/com/voximplant/apiclient/response/OutboundTestPhonenumberInfoType.java b/src/main/java/com/voximplant/apiclient/response/OutboundTestPhonenumberInfoType.java index 97b58cf..3ab5476 100644 --- a/src/main/java/com/voximplant/apiclient/response/OutboundTestPhonenumberInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/OutboundTestPhonenumberInfoType.java @@ -31,7 +31,7 @@ public boolean hasPhoneNumber() { private Boolean isVerified; /** - * The verification status + * Whether the phone number is verified */ public Boolean getIsVerified() { return this.isVerified; diff --git a/src/main/java/com/voximplant/apiclient/response/PhoneNumberCountryCategoryInfoType.java b/src/main/java/com/voximplant/apiclient/response/PhoneNumberCountryCategoryInfoType.java index 1d3b0ce..125bd09 100644 --- a/src/main/java/com/voximplant/apiclient/response/PhoneNumberCountryCategoryInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/PhoneNumberCountryCategoryInfoType.java @@ -32,7 +32,7 @@ public boolean hasPhoneCategoryName() { private Boolean countryHasStates; /** - * True if a country state is used to choose the phone with the category + * Whether the chosen phone number country has states */ public Boolean getCountryHasStates() { return this.countryHasStates; diff --git a/src/main/java/com/voximplant/apiclient/response/PhoneNumberCountryInfoType.java b/src/main/java/com/voximplant/apiclient/response/PhoneNumberCountryInfoType.java index 2f62e7a..f4b4638 100644 --- a/src/main/java/com/voximplant/apiclient/response/PhoneNumberCountryInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/PhoneNumberCountryInfoType.java @@ -44,7 +44,7 @@ public boolean hasPhonePrefix() { private Boolean canListPhoneNumbers; /** - * True if can list phone numbers + * Whether to list phone numbers */ public Boolean getCanListPhoneNumbers() { return this.canListPhoneNumbers; @@ -70,8 +70,8 @@ public boolean hasPhoneCategories() { private Boolean emergencyCallsToBeEnabled; /** - * If true, you need to make a request to enable calls to - * emergency numbers + * Whether you need to make a request to enable calls to emergency + * numbers */ public Boolean getEmergencyCallsToBeEnabled() { return this.emergencyCallsToBeEnabled; diff --git a/src/main/java/com/voximplant/apiclient/response/PhoneNumberCountryRegionInfoType.java b/src/main/java/com/voximplant/apiclient/response/PhoneNumberCountryRegionInfoType.java index 910013f..1f9476a 100644 --- a/src/main/java/com/voximplant/apiclient/response/PhoneNumberCountryRegionInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/PhoneNumberCountryRegionInfoType.java @@ -84,7 +84,7 @@ public boolean hasVerificationStatus() { private Boolean requiredVerification; /** - * Verification is required for the account + * Whether verification is required for the account */ public Boolean getRequiredVerification() { return this.requiredVerification; @@ -111,7 +111,7 @@ public boolean hasPhonePeriod() { private Boolean isNeedRegulationAddress; /** - * The flag of the need proof of address + * Whether to need proof of address */ public Boolean getIsNeedRegulationAddress() { return this.isNeedRegulationAddress; @@ -138,11 +138,11 @@ public boolean hasRegulationAddressType() { private Boolean isSmsSupported; /** - * If true, SMS is supported for phone numbers in this region. - * SMS needs to be explicitly enabled for a phone number via the - * [ControlSms] Management API before sending or receiving SMS. If SMS - * is supported and enabled, SMS can be sent from a phone number using - * the [SendSmsMessage] Management API and received using the + * Whether SMS is supported for phone numbers in this region. SMS needs + * to be explicitly enabled for a phone number via the [ControlSms] + * Management API before sending or receiving SMS. If SMS is supported + * and enabled, SMS can be sent from a phone number via the + * [SendSmsMessage] Management API and received via the * [InboundSmsCallback] property of the HTTP callback. See this article for HTTP * callback details diff --git a/src/main/java/com/voximplant/apiclient/response/PlanPackageConfig.java b/src/main/java/com/voximplant/apiclient/response/PlanPackageConfig.java index 4233fc4..ad36e67 100644 --- a/src/main/java/com/voximplant/apiclient/response/PlanPackageConfig.java +++ b/src/main/java/com/voximplant/apiclient/response/PlanPackageConfig.java @@ -57,7 +57,7 @@ public boolean hasPackageUuid() { private Boolean mayOverrun; /** - * Overrun is enabled + * Whether overrun is enabled */ public Boolean getMayOverrun() { return this.mayOverrun; diff --git a/src/main/java/com/voximplant/apiclient/response/PushCredentialContent.java b/src/main/java/com/voximplant/apiclient/response/PushCredentialContent.java index e181ea9..c881152 100644 --- a/src/main/java/com/voximplant/apiclient/response/PushCredentialContent.java +++ b/src/main/java/com/voximplant/apiclient/response/PushCredentialContent.java @@ -57,7 +57,8 @@ public boolean hasCertContent() { private Boolean isDevMode; /** - * The use in a Apple sandbox environment. Credentials for APPLE push + * Whether to use in a Apple sandbox environment. Credentials for APPLE + * push */ public Boolean getIsDevMode() { return this.isDevMode; diff --git a/src/main/java/com/voximplant/apiclient/response/QueueInfoType.java b/src/main/java/com/voximplant/apiclient/response/QueueInfoType.java index 7042486..d705577 100644 --- a/src/main/java/com/voximplant/apiclient/response/QueueInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/QueueInfoType.java @@ -84,8 +84,8 @@ public boolean hasServiceProbability() { private Boolean autoBinding; /** - * Set false to disable the auto binding of operators to a queue by - * skills comparing + * Whether to enable the auto binding of operators to a queue by skills + * comparing */ public Boolean getAutoBinding() { return this.autoBinding; diff --git a/src/main/java/com/voximplant/apiclient/response/RecordStorageInfoType.java b/src/main/java/com/voximplant/apiclient/response/RecordStorageInfoType.java index ab39ad7..34fe66c 100644 --- a/src/main/java/com/voximplant/apiclient/response/RecordStorageInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/RecordStorageInfoType.java @@ -44,7 +44,7 @@ public boolean hasRecordStorageName() { private Boolean isPublic; /** - * The public flag (The admin permission required) + * Whether the storage is public (The admin permission required) */ public Boolean getIsPublic() { return this.isPublic; diff --git a/src/main/java/com/voximplant/apiclient/response/RegulationAddressDocumentsRequestedCallback.java b/src/main/java/com/voximplant/apiclient/response/RegulationAddressDocumentsRequestedCallback.java index a3cb903..a60c097 100644 --- a/src/main/java/com/voximplant/apiclient/response/RegulationAddressDocumentsRequestedCallback.java +++ b/src/main/java/com/voximplant/apiclient/response/RegulationAddressDocumentsRequestedCallback.java @@ -74,7 +74,7 @@ public boolean hasUpdateTime() { private Boolean isIndividual; /** - * Account belongs to an individual + * Whether the account belongs to an individual */ public Boolean getIsIndividual() { return this.isIndividual; diff --git a/src/main/java/com/voximplant/apiclient/response/RegulationAddressUploadedCallback.java b/src/main/java/com/voximplant/apiclient/response/RegulationAddressUploadedCallback.java index 86000ee..0217270 100644 --- a/src/main/java/com/voximplant/apiclient/response/RegulationAddressUploadedCallback.java +++ b/src/main/java/com/voximplant/apiclient/response/RegulationAddressUploadedCallback.java @@ -46,7 +46,7 @@ public boolean hasUploaded() { private Boolean isIndividual; /** - * Account belongs to an individual + * Whether the account belongs to an individual */ public Boolean getIsIndividual() { return this.isIndividual; diff --git a/src/main/java/com/voximplant/apiclient/response/RegulationAddressVerifiedCallback.java b/src/main/java/com/voximplant/apiclient/response/RegulationAddressVerifiedCallback.java index bbb0101..adf0375 100644 --- a/src/main/java/com/voximplant/apiclient/response/RegulationAddressVerifiedCallback.java +++ b/src/main/java/com/voximplant/apiclient/response/RegulationAddressVerifiedCallback.java @@ -60,7 +60,7 @@ public boolean hasUploaded() { private Boolean isIndividual; /** - * Account belongs to an individual + * Whether the account belongs to an individual */ public Boolean getIsIndividual() { return this.isIndividual; diff --git a/src/main/java/com/voximplant/apiclient/response/RegulationRegionRecord.java b/src/main/java/com/voximplant/apiclient/response/RegulationRegionRecord.java index 10f3025..3acc8ac 100644 --- a/src/main/java/com/voximplant/apiclient/response/RegulationRegionRecord.java +++ b/src/main/java/com/voximplant/apiclient/response/RegulationRegionRecord.java @@ -57,7 +57,7 @@ public boolean hasPhoneRegionCode() { private Boolean isNeedRegulationAddress; /** - * The need to confirm the address + * Whether need to confirm the address */ public Boolean getIsNeedRegulationAddress() { return this.isNeedRegulationAddress; diff --git a/src/main/java/com/voximplant/apiclient/response/RoleView.java b/src/main/java/com/voximplant/apiclient/response/RoleView.java index 66a5aeb..4905deb 100644 --- a/src/main/java/com/voximplant/apiclient/response/RoleView.java +++ b/src/main/java/com/voximplant/apiclient/response/RoleView.java @@ -44,7 +44,7 @@ public boolean hasRoleId() { private Boolean inherited; /** - * Shows that the role is inherited + * Whether the role is inherited */ public Boolean getInherited() { return this.inherited; @@ -83,7 +83,7 @@ public boolean hasParentRoleId() { private Boolean guiOnly; /** - * Shows that the role is gui only + * Whether the role is gui only */ public Boolean getGuiOnly() { return this.guiOnly; diff --git a/src/main/java/com/voximplant/apiclient/response/SIPRegistrationType.java b/src/main/java/com/voximplant/apiclient/response/SIPRegistrationType.java index e191aaf..0e722d0 100644 --- a/src/main/java/com/voximplant/apiclient/response/SIPRegistrationType.java +++ b/src/main/java/com/voximplant/apiclient/response/SIPRegistrationType.java @@ -83,7 +83,7 @@ public boolean hasAuthUser() { private String outboundProxy; /** - * The outbound proxy + * The outgoing proxy */ public String getOutboundProxy() { return this.outboundProxy; @@ -96,7 +96,7 @@ public boolean hasOutboundProxy() { private Boolean successful; /** - * The successful SIP registration + * Whether the SIP registration is successful */ public Boolean getSuccessful() { return this.successful; @@ -135,8 +135,8 @@ public boolean hasErrorMessage() { private Boolean deactivated; /** - * The subscription deactivation flag. The SIP registration is frozen if - * true + * Whether the subscription is deactivation. The SIP registration is + * frozen if true */ public Boolean getDeactivated() { return this.deactivated; @@ -190,8 +190,8 @@ public boolean hasSubscriptionPrice() { private Boolean isPersistent; /** - * SIP registration is persistent. Set false to activate it only on the - * user login + * Whether the SIP registration is persistent. Set false to activate it + * only on the user login */ public Boolean getIsPersistent() { return this.isPersistent; diff --git a/src/main/java/com/voximplant/apiclient/response/SendSmsMessageResponse.java b/src/main/java/com/voximplant/apiclient/response/SendSmsMessageResponse.java index 47bf1fe..cbce20a 100644 --- a/src/main/java/com/voximplant/apiclient/response/SendSmsMessageResponse.java +++ b/src/main/java/com/voximplant/apiclient/response/SendSmsMessageResponse.java @@ -47,7 +47,7 @@ public boolean hasMessageId() { private Long fragmentsCount; /** - * The number of fragments the message was divided into + * The number of fragments the message is divided into */ public Long getFragmentsCount() { return this.fragmentsCount; diff --git a/src/main/java/com/voximplant/apiclient/response/SetApplicationInfoResponse.java b/src/main/java/com/voximplant/apiclient/response/SetApplicationInfoResponse.java index 8d4b22b..341d365 100644 --- a/src/main/java/com/voximplant/apiclient/response/SetApplicationInfoResponse.java +++ b/src/main/java/com/voximplant/apiclient/response/SetApplicationInfoResponse.java @@ -50,8 +50,7 @@ public boolean hasApplicationName() { private Boolean secureRecordStorage; /** - * This flag indicates whether a secure storage for logs and records is - * enabled or not + * Whether a secure storage for logs and records is enabled or not */ public Boolean getSecureRecordStorage() { return this.secureRecordStorage; diff --git a/src/main/java/com/voximplant/apiclient/response/SmsHistoryType.java b/src/main/java/com/voximplant/apiclient/response/SmsHistoryType.java index 4c60cf2..277ef77 100644 --- a/src/main/java/com/voximplant/apiclient/response/SmsHistoryType.java +++ b/src/main/java/com/voximplant/apiclient/response/SmsHistoryType.java @@ -70,7 +70,7 @@ public boolean hasDirection() { private Long fragments; /** - * Number of fragments the initial message was divided into + * Number of fragments the initial message is divided into */ public Long getFragments() { return this.fragments; diff --git a/src/main/java/com/voximplant/apiclient/response/StartConferenceResponse.java b/src/main/java/com/voximplant/apiclient/response/StartConferenceResponse.java index 14856d1..bb60202 100644 --- a/src/main/java/com/voximplant/apiclient/response/StartConferenceResponse.java +++ b/src/main/java/com/voximplant/apiclient/response/StartConferenceResponse.java @@ -39,7 +39,7 @@ public boolean hasResult() { /** * The URL to control a created media session. It can be used for * arbitrary tasks such as stopping scenario or passing additional data - * to it. Making HTTP request on this URL will result in the + * to it. Making HTTP request on this URL results in the * [AppEvents.HttpRequest](/docs/references/voxengine/appevents#httprequest) * VoxEngine event being triggered for a scenario, with an HTTP request * data passed to it @@ -57,7 +57,7 @@ public boolean hasMediaSessionAccessUrl() { /** * The URL to control a created media session. It can be used for * arbitrary tasks such as stopping scenario or passing additional data - * to it. Making HTTPS request on this URL will result in the + * to it. Making HTTPS request on this URL results in the * [AppEvents.HttpRequest](/docs/references/voxengine/appevents#httprequest) * VoxEngine event being triggered for a scenario, with an HTTP request * data passed to it diff --git a/src/main/java/com/voximplant/apiclient/response/StartScenariosResponse.java b/src/main/java/com/voximplant/apiclient/response/StartScenariosResponse.java index 428d19d..9ab2dac 100644 --- a/src/main/java/com/voximplant/apiclient/response/StartScenariosResponse.java +++ b/src/main/java/com/voximplant/apiclient/response/StartScenariosResponse.java @@ -39,7 +39,7 @@ public boolean hasResult() { /** * The URL to control a created media session. You can use it for * arbitrary tasks such as stopping scenario or passing additional data - * to it. Making HTTP request on this URL will result in the + * to it. Making HTTP request on this URL results in the * [AppEvents.HttpRequest](/docs/references/voxengine/appevents#httprequest) * VoxEngine event being triggered for scenario, with HTTP request data * passed to it @@ -57,7 +57,7 @@ public boolean hasMediaSessionAccessUrl() { /** * The URL to control a created media session. You can use it for * arbitrary tasks such as stopping scenario or passing additional data - * to it. Making HTTPS request on this URL will result in the + * to it. Making HTTPS request on this URL results in the * [AppEvents.HttpRequest](/docs/references/voxengine/appevents#httprequest) * VoxEngine event being triggered for scenario, with HTTP request data * passed to it diff --git a/src/main/java/com/voximplant/apiclient/response/SubscriptionTemplateType.java b/src/main/java/com/voximplant/apiclient/response/SubscriptionTemplateType.java index 0843bed..8eab636 100644 --- a/src/main/java/com/voximplant/apiclient/response/SubscriptionTemplateType.java +++ b/src/main/java/com/voximplant/apiclient/response/SubscriptionTemplateType.java @@ -138,7 +138,7 @@ public boolean hasSubscriptionTemplateName() { private Boolean requiredVerification; /** - * Verification is required for the account + * Whether verification is required for the account */ public Boolean getRequiredVerification() { return this.requiredVerification; diff --git a/src/main/java/com/voximplant/apiclient/response/SubscriptionsToChargeType.java b/src/main/java/com/voximplant/apiclient/response/SubscriptionsToChargeType.java index 604bd25..a278151 100644 --- a/src/main/java/com/voximplant/apiclient/response/SubscriptionsToChargeType.java +++ b/src/main/java/com/voximplant/apiclient/response/SubscriptionsToChargeType.java @@ -58,7 +58,7 @@ public boolean hasSubscriptionDescription() { private Boolean subscriptionAutoCharge; /** - * The auto charge flag + * Whether the subscription charges automatically */ public Boolean getSubscriptionAutoCharge() { return this.subscriptionAutoCharge; diff --git a/src/main/java/com/voximplant/apiclient/response/TransactionHistoryReportCallback.java b/src/main/java/com/voximplant/apiclient/response/TransactionHistoryReportCallback.java index cc3807d..d45bdb6 100644 --- a/src/main/java/com/voximplant/apiclient/response/TransactionHistoryReportCallback.java +++ b/src/main/java/com/voximplant/apiclient/response/TransactionHistoryReportCallback.java @@ -32,7 +32,7 @@ public boolean hasHistoryReportId() { private Boolean success; /** - * Success flag + * Whether the request is successful */ public Boolean getSuccess() { return this.success; diff --git a/src/main/java/com/voximplant/apiclient/response/UserInfoType.java b/src/main/java/com/voximplant/apiclient/response/UserInfoType.java index fc0ace4..299aadd 100644 --- a/src/main/java/com/voximplant/apiclient/response/UserInfoType.java +++ b/src/main/java/com/voximplant/apiclient/response/UserInfoType.java @@ -57,7 +57,8 @@ public boolean hasUserDisplayName() { private Boolean userActive; /** - * Whether the user is active + * Whether the user is active. Inactive users cannot log in to + * applications */ public Boolean getUserActive() { return this.userActive; @@ -129,7 +130,8 @@ public boolean hasBalance() { private BigDecimal fixedBalance; /** - * The last committed balance which was approved by billing's transaction + * The last committed balance which has been approved by billing's + * transaction */ public BigDecimal getFixedBalance() { return this.fixedBalance;