Skip to content

Commit

Permalink
Version 1.3.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
nosovm committed Mar 20, 2024
1 parent be4e633 commit b5e2bb3
Show file tree
Hide file tree
Showing 94 changed files with 554 additions and 469 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Voximplant API client library

#### Version 1.2.0
#### Version 1.3.0

## Prerequisites

Expand All @@ -25,7 +25,7 @@ Setup a `maven` dependency for your project:
<dependency>
<groupId>org.voximplant</groupId>
<artifactId>apiclient</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.voximplant</groupId>
<artifactId>apiclient</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<packaging>jar</packaging>

<name>voximplant-apiclient</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public A2PSendSmsRequest setSrcNumber(String d) {

@RequestField(name="dst_numbers")
/**
* The destination phone numbers separated by semicolon (;). The maximum
* number of these phone numbers is 100
* The destination phone numbers separated by semicolons (;). The
* maximum number of these phone numbers is 100
*/
public MultiArgument<String> getDstNumbers() {
return this.dstNumbers;
Expand All @@ -55,8 +55,8 @@ public boolean hasDstNumbers() {
}

/**
* The destination phone numbers separated by semicolon (;). The maximum
* number of these phone numbers is 100
* The destination phone numbers separated by semicolons (;). The
* maximum number of these phone numbers is 100
*/
public A2PSendSmsRequest setDstNumbers(MultiArgument<String> d) {
this.dstNumbers = d;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public AddAdminRoleRequest setAdminRoleActive(boolean d) {

@RequestField(name="like_admin_role_id")
/**
* The admin role ID list separated by semicolon (;). Use the 'all'
* 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 new role automatically copies all permissions
* (allowed_entries and denied_entries)
Expand All @@ -79,7 +79,7 @@ public boolean hasLikeAdminRoleId() {
}

/**
* The admin role ID list separated by semicolon (;). Use the 'all'
* 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 new role automatically copies all permissions
* (allowed_entries and denied_entries)
Expand Down Expand Up @@ -121,7 +121,7 @@ public AddAdminRoleRequest setLikeAdminRoleName(MultiArgument<String> d) {

@RequestField(name="allowed_entries")
/**
* The list of allowed access entries separated by semicolon (;) (the
* The list of allowed access entries separated by semicolons (;) (the
* API function names)
*/
public MultiArgument<String> getAllowedEntries() {
Expand All @@ -133,7 +133,7 @@ public boolean hasAllowedEntries() {
}

/**
* The list of allowed access entries separated by semicolon (;) (the
* The list of allowed access entries separated by semicolons (;) (the
* API function names)
*/
public AddAdminRoleRequest setAllowedEntries(MultiArgument<String> d) {
Expand All @@ -145,8 +145,8 @@ public AddAdminRoleRequest setAllowedEntries(MultiArgument<String> d) {

@RequestField(name="denied_entries")
/**
* The list of denied access entries separated by semicolon (;) (the API
* function names)
* The list of denied access entries separated by semicolons (;) (the
* API function names)
*/
public MultiArgument<String> getDeniedEntries() {
return this.deniedEntries;
Expand All @@ -157,8 +157,8 @@ public boolean hasDeniedEntries() {
}

/**
* The list of denied access entries separated by semicolon (;) (the API
* function names)
* The list of denied access entries separated by semicolons (;) (the
* API function names)
*/
public AddAdminRoleRequest setDeniedEntries(MultiArgument<String> d) {
this.deniedEntries = d;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ public AddAdminUserRequest setAdminUserActive(boolean d) {
/**
* The role(s) ID created via <a
* href='/docs/references/httpapi/adminroles'>Managing Admin Roles</a>
* methods. The attaching admin role ID list separated by semicolon (;).
* Use the 'all' value to select all admin roles
* methods. The attaching admin role ID list separated by semicolons
* (;). Use the 'all' value to select all admin roles
*/
public String getAdminRoleId() {
return this.adminRoleId;
Expand All @@ -123,8 +123,8 @@ public boolean hasAdminRoleId() {
/**
* The role(s) ID created via <a
* href='/docs/references/httpapi/adminroles'>Managing Admin Roles</a>
* methods. The attaching admin role ID list separated by semicolon (;).
* Use the 'all' value to select all admin roles
* methods. The attaching admin role ID list separated by semicolons
* (;). Use the 'all' value to select all admin roles
*/
public AddAdminUserRequest setAdminRoleId(String d) {
this.adminRoleId = d;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public AddDialogflowKeyRequest setJsonCredentials(String d) {

@RequestField(name="description")
/**
* The Dialogflow keys's description
* The Dialogflow key's description
*/
public String getDescription() {
return this.description;
Expand All @@ -96,7 +96,7 @@ public boolean hasDescription() {
}

/**
* The Dialogflow keys's description
* The Dialogflow key's description
*/
public AddDialogflowKeyRequest setDescription(String d) {
this.description = d;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public AddRuleRequest setVideoConference(boolean d) {

@RequestField(name="scenario_id")
/**
* The scenario ID list separated by semicolon (;)
* The scenario ID list separated by semicolons (;)
*/
public MultiArgument<Long> getScenarioId() {
return this.scenarioId;
Expand All @@ -162,7 +162,7 @@ public boolean hasScenarioId() {
}

/**
* The scenario ID list separated by semicolon (;)
* The scenario ID list separated by semicolons (;)
*/
public AddRuleRequest setScenarioId(MultiArgument<Long> d) {
this.scenarioId = d;
Expand All @@ -173,7 +173,7 @@ public AddRuleRequest setScenarioId(MultiArgument<Long> d) {

@RequestField(name="scenario_name")
/**
* The scenario name list separated by semicolon (;). Can be used
* The scenario name list separated by semicolons (;). Can be used
* instead of <b>scenario_id</b>
*/
public MultiArgument<String> getScenarioName() {
Expand All @@ -185,7 +185,7 @@ public boolean hasScenarioName() {
}

/**
* The scenario name list separated by semicolon (;). Can be used
* The scenario name list separated by semicolons (;). Can be used
* instead of <b>scenario_id</b>
*/
public AddRuleRequest setScenarioName(MultiArgument<String> d) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public AddSubUserRequest setNewSubuserPassword(String d) {

@RequestField(name="role_id")
/**
* The role id list separated by semicolon (;)
* The role id list separated by semicolons (;)
*/
public MultiArgument<Long> getRoleId() {
return this.roleId;
Expand All @@ -82,7 +82,7 @@ public boolean hasRoleId() {
}

/**
* The role id list separated by semicolon (;)
* The role id list separated by semicolons (;)
*/
public AddSubUserRequest setRoleId(MultiArgument<Long> d) {
this.roleId = d;
Expand All @@ -93,7 +93,7 @@ public AddSubUserRequest setRoleId(MultiArgument<Long> d) {

@RequestField(name="role_name")
/**
* The role name list separated by semicolon (;)
* The role name list separated by semicolons (;)
*/
public MultiArgument<String> getRoleName() {
return this.roleName;
Expand All @@ -104,7 +104,7 @@ public boolean hasRoleName() {
}

/**
* The role name list separated by semicolon (;)
* The role name list separated by semicolons (;)
*/
public AddSubUserRequest setRoleName(MultiArgument<String> d) {
this.roleName = d;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class AttachAdminRoleRequest implements Alignable {

@RequestField(name="required_admin_user_id")
/**
* The admin user ID list separated by semicolon (;). Use the 'all'
* The admin user ID list separated by semicolons (;). Use the 'all'
* value to select all admin users
*/
public MultiArgument<Long> getRequiredAdminUserId() {
Expand All @@ -31,7 +31,7 @@ public boolean hasRequiredAdminUserId() {
}

/**
* The admin user ID list separated by semicolon (;). Use the 'all'
* The admin user ID list separated by semicolons (;). Use the 'all'
* value to select all admin users
*/
public AttachAdminRoleRequest setRequiredAdminUserId(MultiArgument<Long> d) {
Expand Down Expand Up @@ -69,7 +69,7 @@ public AttachAdminRoleRequest setRequiredAdminUserName(MultiArgument<String> d)
/**
* The role(s) ID created via <a
* href='/docs/references/httpapi/adminroles'>Managing Admin Roles</a>
* methods. The attached admin role ID list separated by semicolon (;).
* methods. The attached admin role ID list separated by semicolons (;).
* Use the 'all' value to select alladmin roles
*/
public MultiArgument<Long> getAdminRoleId() {
Expand All @@ -83,7 +83,7 @@ public boolean hasAdminRoleId() {
/**
* The role(s) ID created via <a
* href='/docs/references/httpapi/adminroles'>Managing Admin Roles</a>
* methods. The attached admin role ID list separated by semicolon (;).
* methods. The attached admin role ID list separated by semicolons (;).
* Use the 'all' value to select alladmin roles
*/
public AttachAdminRoleRequest setAdminRoleId(MultiArgument<Long> d) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public BindDialogflowKeysRequest setDialogflowKeyId(long d) {

@RequestField(name="application_id")
/**
* The application ID list separated by semicolon (;). Use the 'all'
* The application ID list separated by semicolons (;). Use the 'all'
* value to select all applications
*/
public MultiArgument<Long> getApplicationId() {
Expand All @@ -53,7 +53,7 @@ public boolean hasApplicationId() {
}

/**
* The application ID list separated by semicolon (;). Use the 'all'
* The application ID list separated by semicolons (;). Use the 'all'
* value to select all applications
*/
public BindDialogflowKeysRequest setApplicationId(MultiArgument<Long> d) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class BindPhoneNumberToApplicationRequest implements Alignable {

@RequestField(name="phone_id")
/**
* The phone ID list separated by semicolon (;). Use the 'all' value to
* The phone ID list separated by semicolons (;). Use the 'all' value to
* select all phone ids
*/
public MultiArgument<Long> getPhoneId() {
Expand All @@ -31,7 +31,7 @@ public boolean hasPhoneId() {
}

/**
* The phone ID list separated by semicolon (;). Use the 'all' value to
* The phone ID list separated by semicolons (;). Use the 'all' value to
* select all phone ids
*/
public BindPhoneNumberToApplicationRequest setPhoneId(MultiArgument<Long> d) {
Expand All @@ -43,7 +43,7 @@ public BindPhoneNumberToApplicationRequest setPhoneId(MultiArgument<Long> d) {

@RequestField(name="phone_number")
/**
* The phone number list separated by semicolon (;) that can be used
* The phone number list separated by semicolons (;) that can be used
* instead of <b>phone_id</b>
*/
public MultiArgument<String> getPhoneNumber() {
Expand All @@ -55,7 +55,7 @@ public boolean hasPhoneNumber() {
}

/**
* The phone number list separated by semicolon (;) that can be used
* The phone number list separated by semicolons (;) that can be used
* instead of <b>phone_id</b>
*/
public BindPhoneNumberToApplicationRequest setPhoneNumber(MultiArgument<String> d) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class BindPushCredentialRequest implements Alignable {

@RequestField(name="push_credential_id")
/**
* The push credentials ID list separated by semicolon (;)
* The push credentials ID list separated by semicolons (;)
*/
public MultiArgument<Long> getPushCredentialId() {
return this.pushCredentialId;
Expand All @@ -30,7 +30,7 @@ public boolean hasPushCredentialId() {
}

/**
* The push credentials ID list separated by semicolon (;)
* The push credentials ID list separated by semicolons (;)
*/
public BindPushCredentialRequest setPushCredentialId(MultiArgument<Long> d) {
this.pushCredentialId = d;
Expand All @@ -41,7 +41,7 @@ public BindPushCredentialRequest setPushCredentialId(MultiArgument<Long> d) {

@RequestField(name="application_id")
/**
* The application ID list separated by semicolon (;). Use the 'all'
* The application ID list separated by semicolons (;). Use the 'all'
* value to select all applications
*/
public MultiArgument<Long> getApplicationId() {
Expand All @@ -53,7 +53,7 @@ public boolean hasApplicationId() {
}

/**
* The application ID list separated by semicolon (;). Use the 'all'
* The application ID list separated by semicolons (;). Use the 'all'
* value to select all applications
*/
public BindPushCredentialRequest setApplicationId(MultiArgument<Long> d) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class BindScenarioRequest implements Alignable {

@RequestField(name="scenario_id")
/**
* The scenario ID list separated by semicolon (;)
* The scenario ID list separated by semicolons (;)
*/
public MultiArgument<Long> getScenarioId() {
return this.scenarioId;
Expand All @@ -30,7 +30,7 @@ public boolean hasScenarioId() {
}

/**
* The scenario ID list separated by semicolon (;)
* The scenario ID list separated by semicolons (;)
*/
public BindScenarioRequest setScenarioId(MultiArgument<Long> d) {
this.scenarioId = d;
Expand All @@ -41,7 +41,7 @@ public BindScenarioRequest setScenarioId(MultiArgument<Long> d) {

@RequestField(name="scenario_name")
/**
* The scenario name list separated by semicolon (;). Can be used
* The scenario name list separated by semicolons (;). Can be used
* instead of <b>scenario_id</b>
*/
public MultiArgument<String> getScenarioName() {
Expand All @@ -53,7 +53,7 @@ public boolean hasScenarioName() {
}

/**
* The scenario name list separated by semicolon (;). Can be used
* The scenario name list separated by semicolons (;). Can be used
* instead of <b>scenario_id</b>
*/
public BindScenarioRequest setScenarioName(MultiArgument<String> d) {
Expand Down
Loading

0 comments on commit b5e2bb3

Please sign in to comment.