diff --git a/pom.xml b/pom.xml
index 7c7121b5..5c15ffcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.skyflow
skyflow-java
- 2.0.1
+ 3.0.0-beta.8-dev.c20e456
jar
${project.groupId}:${project.artifactId}
diff --git a/src/main/java/com/skyflow/generated/rest/core/ApiClientApiException.java b/src/main/java/com/skyflow/generated/rest/core/ApiClientApiException.java
index a4487b1e..4fab1d41 100644
--- a/src/main/java/com/skyflow/generated/rest/core/ApiClientApiException.java
+++ b/src/main/java/com/skyflow/generated/rest/core/ApiClientApiException.java
@@ -65,7 +65,7 @@ public Map> headers() {
return this.headers;
}
- @java.lang.Override
+ @Override
public String toString() {
return "ApiClientApiException{" + "message: " + getMessage() + ", statusCode: " + statusCode + ", body: " + body
+ "}";
diff --git a/src/main/java/com/skyflow/generated/rest/core/ClientOptions.java b/src/main/java/com/skyflow/generated/rest/core/ClientOptions.java
index 59ac5f99..ddb0e107 100644
--- a/src/main/java/com/skyflow/generated/rest/core/ClientOptions.java
+++ b/src/main/java/com/skyflow/generated/rest/core/ClientOptions.java
@@ -34,7 +34,7 @@ private ClientOptions(
{
put("X-Fern-Language", "JAVA");
put("X-Fern-SDK-Name", "com.skyflow.fern:api-sdk");
- put("X-Fern-SDK-Version", "0.0.378");
+ put("X-Fern-SDK-Version", "0.0.385");
}
});
this.headerSuppliers = headerSuppliers;
diff --git a/src/main/java/com/skyflow/generated/rest/errors/BadRequestError.java b/src/main/java/com/skyflow/generated/rest/errors/BadRequestError.java
index c8d4bb99..80ae5e7c 100644
--- a/src/main/java/com/skyflow/generated/rest/errors/BadRequestError.java
+++ b/src/main/java/com/skyflow/generated/rest/errors/BadRequestError.java
@@ -25,7 +25,7 @@ public BadRequestError(Object body, Response rawResponse) {
/**
* @return the body
*/
- @java.lang.Override
+ @Override
public Object body() {
return this.body;
}
diff --git a/src/main/java/com/skyflow/generated/rest/errors/InternalServerError.java b/src/main/java/com/skyflow/generated/rest/errors/InternalServerError.java
index d29f2b82..ffeed9d7 100644
--- a/src/main/java/com/skyflow/generated/rest/errors/InternalServerError.java
+++ b/src/main/java/com/skyflow/generated/rest/errors/InternalServerError.java
@@ -26,7 +26,7 @@ public InternalServerError(ErrorResponse body, Response rawResponse) {
/**
* @return the body
*/
- @java.lang.Override
+ @Override
public ErrorResponse body() {
return this.body;
}
diff --git a/src/main/java/com/skyflow/generated/rest/errors/NotFoundError.java b/src/main/java/com/skyflow/generated/rest/errors/NotFoundError.java
index efa94aad..1d0a6ad0 100644
--- a/src/main/java/com/skyflow/generated/rest/errors/NotFoundError.java
+++ b/src/main/java/com/skyflow/generated/rest/errors/NotFoundError.java
@@ -25,7 +25,7 @@ public NotFoundError(Object body, Response rawResponse) {
/**
* @return the body
*/
- @java.lang.Override
+ @Override
public Object body() {
return this.body;
}
diff --git a/src/main/java/com/skyflow/generated/rest/errors/UnauthorizedError.java b/src/main/java/com/skyflow/generated/rest/errors/UnauthorizedError.java
index 3b6d6ae1..3bc254bc 100644
--- a/src/main/java/com/skyflow/generated/rest/errors/UnauthorizedError.java
+++ b/src/main/java/com/skyflow/generated/rest/errors/UnauthorizedError.java
@@ -25,7 +25,7 @@ public UnauthorizedError(Object body, Response rawResponse) {
/**
* @return the body
*/
- @java.lang.Override
+ @Override
public Object body() {
return this.body;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/audit/requests/AuditServiceListAuditEventsRequest.java b/src/main/java/com/skyflow/generated/rest/resources/audit/requests/AuditServiceListAuditEventsRequest.java
index 3da04589..8b6686e4 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/audit/requests/AuditServiceListAuditEventsRequest.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/audit/requests/AuditServiceListAuditEventsRequest.java
@@ -430,7 +430,7 @@ public Optional getOffset() {
return offset;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof AuditServiceListAuditEventsRequest
@@ -478,7 +478,7 @@ private boolean equalTo(AuditServiceListAuditEventsRequest other) {
&& offset.equals(other.offset);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.filterOpsContextChangeId,
@@ -516,7 +516,7 @@ public int hashCode() {
this.offset);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -848,7 +848,7 @@ public static final class Builder implements FilterOpsAccountIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(AuditServiceListAuditEventsRequest other) {
filterOpsContextChangeId(other.getFilterOpsContextChangeId());
filterOpsContextRequestId(other.getFilterOpsContextRequestId());
@@ -890,7 +890,7 @@ public Builder from(AuditServiceListAuditEventsRequest other) {
* Resources with the specified account ID.Resources with the specified account ID.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("filterOps.accountID")
public _FinalStage filterOpsAccountId(@NotNull String filterOpsAccountId) {
this.filterOpsAccountId = Objects.requireNonNull(filterOpsAccountId, "filterOpsAccountId must not be null");
@@ -901,7 +901,7 @@ public _FinalStage filterOpsAccountId(@NotNull String filterOpsAccountId) {
* Record position at which to start returning results.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage offset(Long offset) {
this.offset = Optional.ofNullable(offset);
return this;
@@ -910,7 +910,7 @@ public _FinalStage offset(Long offset) {
/**
* Record position at which to start returning results.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "offset", nulls = Nulls.SKIP)
public _FinalStage offset(Optional offset) {
this.offset = offset;
@@ -921,7 +921,7 @@ public _FinalStage offset(Optional offset) {
* Number of results to return.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage limit(Long limit) {
this.limit = Optional.ofNullable(limit);
return this;
@@ -930,7 +930,7 @@ public _FinalStage limit(Long limit) {
/**
* Number of results to return.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "limit", nulls = Nulls.SKIP)
public _FinalStage limit(Optional limit) {
this.limit = limit;
@@ -941,7 +941,7 @@ public _FinalStage limit(Optional limit) {
* Change ID provided in the previous audit response's nextOps attribute. An alternate way to manage response pagination. Can't be used with sortOps or offset. For the first request in a series of audit requests, leave blank.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage afterOpsChangeId(String afterOpsChangeId) {
this.afterOpsChangeId = Optional.ofNullable(afterOpsChangeId);
return this;
@@ -950,7 +950,7 @@ public _FinalStage afterOpsChangeId(String afterOpsChangeId) {
/**
* Change ID provided in the previous audit response's nextOps attribute. An alternate way to manage response pagination. Can't be used with sortOps or offset. For the first request in a series of audit requests, leave blank.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "afterOps.changeID", nulls = Nulls.SKIP)
public _FinalStage afterOpsChangeId(Optional afterOpsChangeId) {
this.afterOpsChangeId = afterOpsChangeId;
@@ -961,7 +961,7 @@ public _FinalStage afterOpsChangeId(Optional afterOpsChangeId) {
* Timestamp provided in the previous audit response's nextOps attribute. An alternate way to manage response pagination. Can't be used with sortOps or offset. For the first request in a series of audit requests, leave blank.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage afterOpsTimestamp(String afterOpsTimestamp) {
this.afterOpsTimestamp = Optional.ofNullable(afterOpsTimestamp);
return this;
@@ -970,7 +970,7 @@ public _FinalStage afterOpsTimestamp(String afterOpsTimestamp) {
/**
* Timestamp provided in the previous audit response's nextOps attribute. An alternate way to manage response pagination. Can't be used with sortOps or offset. For the first request in a series of audit requests, leave blank.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "afterOps.timestamp", nulls = Nulls.SKIP)
public _FinalStage afterOpsTimestamp(Optional afterOpsTimestamp) {
this.afterOpsTimestamp = afterOpsTimestamp;
@@ -981,7 +981,7 @@ public _FinalStage afterOpsTimestamp(Optional afterOpsTimestamp) {
* Ascending or descending ordering of results.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage sortOpsOrderBy(AuditServiceListAuditEventsRequestSortOpsOrderBy sortOpsOrderBy) {
this.sortOpsOrderBy = Optional.ofNullable(sortOpsOrderBy);
return this;
@@ -990,7 +990,7 @@ public _FinalStage sortOpsOrderBy(AuditServiceListAuditEventsRequestSortOpsOrder
/**
* Ascending or descending ordering of results.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "sortOps.orderBy", nulls = Nulls.SKIP)
public _FinalStage sortOpsOrderBy(Optional sortOpsOrderBy) {
this.sortOpsOrderBy = sortOpsOrderBy;
@@ -1001,7 +1001,7 @@ public _FinalStage sortOpsOrderBy(OptionalFully-qualified field by which to sort results. Field names should be in camel case (for example, "capitalization.camelCase").
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage sortOpsSortBy(String sortOpsSortBy) {
this.sortOpsSortBy = Optional.ofNullable(sortOpsSortBy);
return this;
@@ -1010,7 +1010,7 @@ public _FinalStage sortOpsSortBy(String sortOpsSortBy) {
/**
* Fully-qualified field by which to sort results. Field names should be in camel case (for example, "capitalization.camelCase").
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "sortOps.sortBy", nulls = Nulls.SKIP)
public _FinalStage sortOpsSortBy(Optional sortOpsSortBy) {
this.sortOpsSortBy = sortOpsSortBy;
@@ -1021,7 +1021,7 @@ public _FinalStage sortOpsSortBy(Optional sortOpsSortBy) {
* HTTP URI of the request.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsHttpUri(String filterOpsHttpUri) {
this.filterOpsHttpUri = Optional.ofNullable(filterOpsHttpUri);
return this;
@@ -1030,7 +1030,7 @@ public _FinalStage filterOpsHttpUri(String filterOpsHttpUri) {
/**
* HTTP URI of the request.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.httpURI", nulls = Nulls.SKIP)
public _FinalStage filterOpsHttpUri(Optional filterOpsHttpUri) {
this.filterOpsHttpUri = filterOpsHttpUri;
@@ -1041,7 +1041,7 @@ public _FinalStage filterOpsHttpUri(Optional filterOpsHttpUri) {
* HTTP method of the request.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsHttpMethod(String filterOpsHttpMethod) {
this.filterOpsHttpMethod = Optional.ofNullable(filterOpsHttpMethod);
return this;
@@ -1050,7 +1050,7 @@ public _FinalStage filterOpsHttpMethod(String filterOpsHttpMethod) {
/**
* HTTP method of the request.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.httpMethod", nulls = Nulls.SKIP)
public _FinalStage filterOpsHttpMethod(Optional filterOpsHttpMethod) {
this.filterOpsHttpMethod = filterOpsHttpMethod;
@@ -1061,7 +1061,7 @@ public _FinalStage filterOpsHttpMethod(Optional filterOpsHttpMethod) {
* Response message of the request.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsResponseMessage(String filterOpsResponseMessage) {
this.filterOpsResponseMessage = Optional.ofNullable(filterOpsResponseMessage);
return this;
@@ -1070,7 +1070,7 @@ public _FinalStage filterOpsResponseMessage(String filterOpsResponseMessage) {
/**
* Response message of the request.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.responseMessage", nulls = Nulls.SKIP)
public _FinalStage filterOpsResponseMessage(Optional filterOpsResponseMessage) {
this.filterOpsResponseMessage = filterOpsResponseMessage;
@@ -1081,7 +1081,7 @@ public _FinalStage filterOpsResponseMessage(Optional filterOpsResponseMe
* Name of the API called in the request.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsApiName(String filterOpsApiName) {
this.filterOpsApiName = Optional.ofNullable(filterOpsApiName);
return this;
@@ -1090,7 +1090,7 @@ public _FinalStage filterOpsApiName(String filterOpsApiName) {
/**
* Name of the API called in the request.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.apiName", nulls = Nulls.SKIP)
public _FinalStage filterOpsApiName(Optional filterOpsApiName) {
this.filterOpsApiName = filterOpsApiName;
@@ -1101,7 +1101,7 @@ public _FinalStage filterOpsApiName(Optional filterOpsApiName) {
* End timestamp for the query, in SQL format.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsEndTime(String filterOpsEndTime) {
this.filterOpsEndTime = Optional.ofNullable(filterOpsEndTime);
return this;
@@ -1110,7 +1110,7 @@ public _FinalStage filterOpsEndTime(String filterOpsEndTime) {
/**
* End timestamp for the query, in SQL format.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.endTime", nulls = Nulls.SKIP)
public _FinalStage filterOpsEndTime(Optional filterOpsEndTime) {
this.filterOpsEndTime = filterOpsEndTime;
@@ -1121,7 +1121,7 @@ public _FinalStage filterOpsEndTime(Optional filterOpsEndTime) {
* Start timestamp for the query, in SQL format.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsStartTime(String filterOpsStartTime) {
this.filterOpsStartTime = Optional.ofNullable(filterOpsStartTime);
return this;
@@ -1130,7 +1130,7 @@ public _FinalStage filterOpsStartTime(String filterOpsStartTime) {
/**
* Start timestamp for the query, in SQL format.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.startTime", nulls = Nulls.SKIP)
public _FinalStage filterOpsStartTime(Optional filterOpsStartTime) {
this.filterOpsStartTime = filterOpsStartTime;
@@ -1141,7 +1141,7 @@ public _FinalStage filterOpsStartTime(Optional filterOpsStartTime) {
* HTTP response code of the request.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsResponseCode(Integer filterOpsResponseCode) {
this.filterOpsResponseCode = Optional.ofNullable(filterOpsResponseCode);
return this;
@@ -1150,7 +1150,7 @@ public _FinalStage filterOpsResponseCode(Integer filterOpsResponseCode) {
/**
* HTTP response code of the request.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.responseCode", nulls = Nulls.SKIP)
public _FinalStage filterOpsResponseCode(Optional filterOpsResponseCode) {
this.filterOpsResponseCode = filterOpsResponseCode;
@@ -1161,7 +1161,7 @@ public _FinalStage filterOpsResponseCode(Optional filterOpsResponseCode
* Events with associated tags. If an event matches at least one tag, the event is returned. Comma-separated list. For example, "login, get".
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsTags(String filterOpsTags) {
this.filterOpsTags = Optional.ofNullable(filterOpsTags);
return this;
@@ -1170,7 +1170,7 @@ public _FinalStage filterOpsTags(String filterOpsTags) {
/**
* Events with associated tags. If an event matches at least one tag, the event is returned. Comma-separated list. For example, "login, get".
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.tags", nulls = Nulls.SKIP)
public _FinalStage filterOpsTags(Optional filterOpsTags) {
this.filterOpsTags = filterOpsTags;
@@ -1181,7 +1181,7 @@ public _FinalStage filterOpsTags(Optional filterOpsTags) {
* Resources with the specified type.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsResourceType(
AuditServiceListAuditEventsRequestFilterOpsResourceType filterOpsResourceType) {
this.filterOpsResourceType = Optional.ofNullable(filterOpsResourceType);
@@ -1191,7 +1191,7 @@ public _FinalStage filterOpsResourceType(
/**
* Resources with the specified type.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.resourceType", nulls = Nulls.SKIP)
public _FinalStage filterOpsResourceType(
Optional filterOpsResourceType) {
@@ -1203,7 +1203,7 @@ public _FinalStage filterOpsResourceType(
* Events with the specified action type.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsActionType(
AuditServiceListAuditEventsRequestFilterOpsActionType filterOpsActionType) {
this.filterOpsActionType = Optional.ofNullable(filterOpsActionType);
@@ -1213,7 +1213,7 @@ public _FinalStage filterOpsActionType(
/**
* Events with the specified action type.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.actionType", nulls = Nulls.SKIP)
public _FinalStage filterOpsActionType(
Optional filterOpsActionType) {
@@ -1225,7 +1225,7 @@ public _FinalStage filterOpsActionType(
* Resources with a specified ID. If a resource matches at least one ID, the associated event is returned. Format is a comma-separated list of "<resourceType>/<resourceID>". For example, "VAULT/12345, USER/67890".
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsResourceIDs(String filterOpsResourceIDs) {
this.filterOpsResourceIDs = Optional.ofNullable(filterOpsResourceIDs);
return this;
@@ -1234,7 +1234,7 @@ public _FinalStage filterOpsResourceIDs(String filterOpsResourceIDs) {
/**
* Resources with a specified ID. If a resource matches at least one ID, the associated event is returned. Format is a comma-separated list of "<resourceType>/<resourceID>". For example, "VAULT/12345, USER/67890".
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.resourceIDs", nulls = Nulls.SKIP)
public _FinalStage filterOpsResourceIDs(Optional filterOpsResourceIDs) {
this.filterOpsResourceIDs = filterOpsResourceIDs;
@@ -1245,7 +1245,7 @@ public _FinalStage filterOpsResourceIDs(Optional filterOpsResourceIDs) {
* Resources with the specified vault ID.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsVaultId(String filterOpsVaultId) {
this.filterOpsVaultId = Optional.ofNullable(filterOpsVaultId);
return this;
@@ -1254,7 +1254,7 @@ public _FinalStage filterOpsVaultId(String filterOpsVaultId) {
/**
* Resources with the specified vault ID.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.vaultID", nulls = Nulls.SKIP)
public _FinalStage filterOpsVaultId(Optional filterOpsVaultId) {
this.filterOpsVaultId = filterOpsVaultId;
@@ -1265,7 +1265,7 @@ public _FinalStage filterOpsVaultId(Optional filterOpsVaultId) {
* Resources with the specified workspace ID.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsWorkspaceId(String filterOpsWorkspaceId) {
this.filterOpsWorkspaceId = Optional.ofNullable(filterOpsWorkspaceId);
return this;
@@ -1274,7 +1274,7 @@ public _FinalStage filterOpsWorkspaceId(String filterOpsWorkspaceId) {
/**
* Resources with the specified workspace ID.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.workspaceID", nulls = Nulls.SKIP)
public _FinalStage filterOpsWorkspaceId(Optional filterOpsWorkspaceId) {
this.filterOpsWorkspaceId = filterOpsWorkspaceId;
@@ -1285,7 +1285,7 @@ public _FinalStage filterOpsWorkspaceId(Optional filterOpsWorkspaceId) {
* Resources with the specified parent account ID.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsParentAccountId(String filterOpsParentAccountId) {
this.filterOpsParentAccountId = Optional.ofNullable(filterOpsParentAccountId);
return this;
@@ -1294,7 +1294,7 @@ public _FinalStage filterOpsParentAccountId(String filterOpsParentAccountId) {
/**
* Resources with the specified parent account ID.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.parentAccountID", nulls = Nulls.SKIP)
public _FinalStage filterOpsParentAccountId(Optional filterOpsParentAccountId) {
this.filterOpsParentAccountId = filterOpsParentAccountId;
@@ -1305,7 +1305,7 @@ public _FinalStage filterOpsParentAccountId(Optional filterOpsParentAcco
* Embedded User Context.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsContextBearerTokenContextId(String filterOpsContextBearerTokenContextId) {
this.filterOpsContextBearerTokenContextId = Optional.ofNullable(filterOpsContextBearerTokenContextId);
return this;
@@ -1314,7 +1314,7 @@ public _FinalStage filterOpsContextBearerTokenContextId(String filterOpsContextB
/**
* Embedded User Context.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.context.bearerTokenContextID", nulls = Nulls.SKIP)
public _FinalStage filterOpsContextBearerTokenContextId(Optional filterOpsContextBearerTokenContextId) {
this.filterOpsContextBearerTokenContextId = filterOpsContextBearerTokenContextId;
@@ -1325,7 +1325,7 @@ public _FinalStage filterOpsContextBearerTokenContextId(Optional filterO
* ID of the JWT token.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsContextJwtId(String filterOpsContextJwtId) {
this.filterOpsContextJwtId = Optional.ofNullable(filterOpsContextJwtId);
return this;
@@ -1334,7 +1334,7 @@ public _FinalStage filterOpsContextJwtId(String filterOpsContextJwtId) {
/**
* ID of the JWT token.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.context.jwtID", nulls = Nulls.SKIP)
public _FinalStage filterOpsContextJwtId(Optional filterOpsContextJwtId) {
this.filterOpsContextJwtId = filterOpsContextJwtId;
@@ -1345,7 +1345,7 @@ public _FinalStage filterOpsContextJwtId(Optional filterOpsContextJwtId)
* Authentication mode the actor used.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsContextAuthMode(
AuditServiceListAuditEventsRequestFilterOpsContextAuthMode filterOpsContextAuthMode) {
this.filterOpsContextAuthMode = Optional.ofNullable(filterOpsContextAuthMode);
@@ -1355,7 +1355,7 @@ public _FinalStage filterOpsContextAuthMode(
/**
* Authentication mode the actor used.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.context.authMode", nulls = Nulls.SKIP)
public _FinalStage filterOpsContextAuthMode(
Optional filterOpsContextAuthMode) {
@@ -1367,7 +1367,7 @@ public _FinalStage filterOpsContextAuthMode(
* HTTP Origin request header (including scheme, hostname, and port) of the request.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsContextOrigin(String filterOpsContextOrigin) {
this.filterOpsContextOrigin = Optional.ofNullable(filterOpsContextOrigin);
return this;
@@ -1376,7 +1376,7 @@ public _FinalStage filterOpsContextOrigin(String filterOpsContextOrigin) {
/**
* HTTP Origin request header (including scheme, hostname, and port) of the request.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.context.origin", nulls = Nulls.SKIP)
public _FinalStage filterOpsContextOrigin(Optional filterOpsContextOrigin) {
this.filterOpsContextOrigin = filterOpsContextOrigin;
@@ -1387,7 +1387,7 @@ public _FinalStage filterOpsContextOrigin(Optional filterOpsContextOrigi
* IP Address of the client that made the request.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsContextIpAddress(String filterOpsContextIpAddress) {
this.filterOpsContextIpAddress = Optional.ofNullable(filterOpsContextIpAddress);
return this;
@@ -1396,7 +1396,7 @@ public _FinalStage filterOpsContextIpAddress(String filterOpsContextIpAddress) {
/**
* IP Address of the client that made the request.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.context.ipAddress", nulls = Nulls.SKIP)
public _FinalStage filterOpsContextIpAddress(Optional filterOpsContextIpAddress) {
this.filterOpsContextIpAddress = filterOpsContextIpAddress;
@@ -1407,7 +1407,7 @@ public _FinalStage filterOpsContextIpAddress(Optional filterOpsContextIp
* Type of access for the request.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsContextAccessType(
AuditServiceListAuditEventsRequestFilterOpsContextAccessType filterOpsContextAccessType) {
this.filterOpsContextAccessType = Optional.ofNullable(filterOpsContextAccessType);
@@ -1417,7 +1417,7 @@ public _FinalStage filterOpsContextAccessType(
/**
* Type of access for the request.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.context.accessType", nulls = Nulls.SKIP)
public _FinalStage filterOpsContextAccessType(
Optional filterOpsContextAccessType) {
@@ -1429,7 +1429,7 @@ public _FinalStage filterOpsContextAccessType(
* Type of member who sent the request.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsContextActorType(
AuditServiceListAuditEventsRequestFilterOpsContextActorType filterOpsContextActorType) {
this.filterOpsContextActorType = Optional.ofNullable(filterOpsContextActorType);
@@ -1439,7 +1439,7 @@ public _FinalStage filterOpsContextActorType(
/**
* Type of member who sent the request.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.context.actorType", nulls = Nulls.SKIP)
public _FinalStage filterOpsContextActorType(
Optional filterOpsContextActorType) {
@@ -1451,7 +1451,7 @@ public _FinalStage filterOpsContextActorType(
* Member who sent the request. Depending on actorType, this may be a user ID or a service account ID.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsContextActor(String filterOpsContextActor) {
this.filterOpsContextActor = Optional.ofNullable(filterOpsContextActor);
return this;
@@ -1460,7 +1460,7 @@ public _FinalStage filterOpsContextActor(String filterOpsContextActor) {
/**
* Member who sent the request. Depending on actorType, this may be a user ID or a service account ID.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.context.actor", nulls = Nulls.SKIP)
public _FinalStage filterOpsContextActor(Optional filterOpsContextActor) {
this.filterOpsContextActor = filterOpsContextActor;
@@ -1471,7 +1471,7 @@ public _FinalStage filterOpsContextActor(Optional filterOpsContextActor)
* ID for the session in which the request was sent.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsContextSessionId(String filterOpsContextSessionId) {
this.filterOpsContextSessionId = Optional.ofNullable(filterOpsContextSessionId);
return this;
@@ -1480,7 +1480,7 @@ public _FinalStage filterOpsContextSessionId(String filterOpsContextSessionId) {
/**
* ID for the session in which the request was sent.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.context.sessionID", nulls = Nulls.SKIP)
public _FinalStage filterOpsContextSessionId(Optional filterOpsContextSessionId) {
this.filterOpsContextSessionId = filterOpsContextSessionId;
@@ -1491,7 +1491,7 @@ public _FinalStage filterOpsContextSessionId(Optional filterOpsContextSe
* ID for the request set by the service that received the request.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsContextTraceId(String filterOpsContextTraceId) {
this.filterOpsContextTraceId = Optional.ofNullable(filterOpsContextTraceId);
return this;
@@ -1500,7 +1500,7 @@ public _FinalStage filterOpsContextTraceId(String filterOpsContextTraceId) {
/**
* ID for the request set by the service that received the request.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.context.traceID", nulls = Nulls.SKIP)
public _FinalStage filterOpsContextTraceId(Optional filterOpsContextTraceId) {
this.filterOpsContextTraceId = filterOpsContextTraceId;
@@ -1511,7 +1511,7 @@ public _FinalStage filterOpsContextTraceId(Optional filterOpsContextTrac
* ID for the request that caused the event.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsContextRequestId(String filterOpsContextRequestId) {
this.filterOpsContextRequestId = Optional.ofNullable(filterOpsContextRequestId);
return this;
@@ -1520,7 +1520,7 @@ public _FinalStage filterOpsContextRequestId(String filterOpsContextRequestId) {
/**
* ID for the request that caused the event.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.context.requestID", nulls = Nulls.SKIP)
public _FinalStage filterOpsContextRequestId(Optional filterOpsContextRequestId) {
this.filterOpsContextRequestId = filterOpsContextRequestId;
@@ -1531,7 +1531,7 @@ public _FinalStage filterOpsContextRequestId(Optional filterOpsContextRe
* ID for the audit event.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage filterOpsContextChangeId(String filterOpsContextChangeId) {
this.filterOpsContextChangeId = Optional.ofNullable(filterOpsContextChangeId);
return this;
@@ -1540,14 +1540,14 @@ public _FinalStage filterOpsContextChangeId(String filterOpsContextChangeId) {
/**
* ID for the audit event.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "filterOps.context.changeID", nulls = Nulls.SKIP)
public _FinalStage filterOpsContextChangeId(Optional filterOpsContextChangeId) {
this.filterOpsContextChangeId = filterOpsContextChangeId;
return this;
}
- @java.lang.Override
+ @Override
public AuditServiceListAuditEventsRequest build() {
return new AuditServiceListAuditEventsRequest(
filterOpsContextChangeId,
diff --git a/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsActionType.java b/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsActionType.java
index a9fb6d44..9611f8ab 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsActionType.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsActionType.java
@@ -49,7 +49,7 @@ public enum AuditServiceListAuditEventsRequestFilterOpsActionType {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsContextAccessType.java b/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsContextAccessType.java
index 0b082305..44ac80d9 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsContextAccessType.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsContextAccessType.java
@@ -21,7 +21,7 @@ public enum AuditServiceListAuditEventsRequestFilterOpsContextAccessType {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsContextActorType.java b/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsContextActorType.java
index 76a357f4..1948ea9c 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsContextActorType.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsContextActorType.java
@@ -19,7 +19,7 @@ public enum AuditServiceListAuditEventsRequestFilterOpsContextActorType {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsContextAuthMode.java b/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsContextAuthMode.java
index cfca2e35..82c375aa 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsContextAuthMode.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsContextAuthMode.java
@@ -21,7 +21,7 @@ public enum AuditServiceListAuditEventsRequestFilterOpsContextAuthMode {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsResourceType.java b/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsResourceType.java
index f5d2eafe..864213ec 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsResourceType.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestFilterOpsResourceType.java
@@ -73,7 +73,7 @@ public enum AuditServiceListAuditEventsRequestFilterOpsResourceType {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestSortOpsOrderBy.java b/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestSortOpsOrderBy.java
index 51fc2715..fe3f928e 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestSortOpsOrderBy.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/audit/types/AuditServiceListAuditEventsRequestSortOpsOrderBy.java
@@ -17,7 +17,7 @@ public enum AuditServiceListAuditEventsRequestSortOpsOrderBy {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/authentication/requests/V1GetAuthTokenRequest.java b/src/main/java/com/skyflow/generated/rest/resources/authentication/requests/V1GetAuthTokenRequest.java
index 8c4961b1..182952bc 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/authentication/requests/V1GetAuthTokenRequest.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/authentication/requests/V1GetAuthTokenRequest.java
@@ -100,7 +100,7 @@ public Optional getScope() {
return scope;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof V1GetAuthTokenRequest && equalTo((V1GetAuthTokenRequest) other);
@@ -120,7 +120,7 @@ private boolean equalTo(V1GetAuthTokenRequest other) {
&& scope.equals(other.scope);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.grantType,
@@ -131,7 +131,7 @@ public int hashCode() {
this.scope);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -207,7 +207,7 @@ public static final class Builder implements GrantTypeStage, AssertionStage, _Fi
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(V1GetAuthTokenRequest other) {
grantType(other.getGrantType());
assertion(other.getAssertion());
@@ -222,7 +222,7 @@ public Builder from(V1GetAuthTokenRequest other) {
* Grant type of the request. Set this to `urn:ietf:params:oauth:grant-type:jwt-bearer`.Grant type of the request. Set this to urn:ietf:params:oauth:grant-type:jwt-bearer.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("grant_type")
public AssertionStage grantType(@NotNull String grantType) {
this.grantType = Objects.requireNonNull(grantType, "grantType must not be null");
@@ -233,7 +233,7 @@ public AssertionStage grantType(@NotNull String grantType) {
* User-signed JWT token that contains the following fields:
iss: Issuer of the JWT.key: Unique identifier for the key.aud: Recipient the JWT is intended for.exp: Time the JWT expires.sub: Subject of the JWT.ctx: (Optional) Value for Context-aware authorization.
User-signed JWT token that contains the following fields: <br/> <ul><li><code>iss</code>: Issuer of the JWT.</li><li><code>key</code>: Unique identifier for the key.</li><li><code>aud</code>: Recipient the JWT is intended for.</li><li><code>exp</code>: Time the JWT expires.</li><li><code>sub</code>: Subject of the JWT.</li><li><code>ctx</code>: (Optional) Value for <a href='/context-aware-overview/'>Context-aware authorization</a>.</li></ul>
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("assertion")
public _FinalStage assertion(@NotNull String assertion) {
this.assertion = Objects.requireNonNull(assertion, "assertion must not be null");
@@ -244,7 +244,7 @@ public _FinalStage assertion(@NotNull String assertion) {
* Subset of available <a href='#Roles'>roles</a> to associate with the requested token. Uses the format "role:<roleID1> role:<roleID2>".
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage scope(String scope) {
this.scope = Optional.ofNullable(scope);
return this;
@@ -253,7 +253,7 @@ public _FinalStage scope(String scope) {
/**
* Subset of available <a href='#Roles'>roles</a> to associate with the requested token. Uses the format "role:<roleID1> role:<roleID2>".
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "scope", nulls = Nulls.SKIP)
public _FinalStage scope(Optional scope) {
this.scope = scope;
@@ -264,7 +264,7 @@ public _FinalStage scope(Optional scope) {
* Token use type. Either delegation or impersonation.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage requestedTokenUse(String requestedTokenUse) {
this.requestedTokenUse = Optional.ofNullable(requestedTokenUse);
return this;
@@ -273,7 +273,7 @@ public _FinalStage requestedTokenUse(String requestedTokenUse) {
/**
* Token use type. Either delegation or impersonation.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "requested_token_use", nulls = Nulls.SKIP)
public _FinalStage requestedTokenUse(Optional requestedTokenUse) {
this.requestedTokenUse = requestedTokenUse;
@@ -284,7 +284,7 @@ public _FinalStage requestedTokenUse(Optional requestedTokenUse) {
* Subject token type.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage subjectTokenType(String subjectTokenType) {
this.subjectTokenType = Optional.ofNullable(subjectTokenType);
return this;
@@ -293,7 +293,7 @@ public _FinalStage subjectTokenType(String subjectTokenType) {
/**
* Subject token type.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "subject_token_type", nulls = Nulls.SKIP)
public _FinalStage subjectTokenType(Optional subjectTokenType) {
this.subjectTokenType = subjectTokenType;
@@ -304,7 +304,7 @@ public _FinalStage subjectTokenType(Optional subjectTokenType) {
* Subject token.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage subjectToken(String subjectToken) {
this.subjectToken = Optional.ofNullable(subjectToken);
return this;
@@ -313,14 +313,14 @@ public _FinalStage subjectToken(String subjectToken) {
/**
* Subject token.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "subject_token", nulls = Nulls.SKIP)
public _FinalStage subjectToken(Optional subjectToken) {
this.subjectToken = subjectToken;
return this;
}
- @java.lang.Override
+ @Override
public V1GetAuthTokenRequest build() {
return new V1GetAuthTokenRequest(
grantType,
diff --git a/src/main/java/com/skyflow/generated/rest/resources/binlookup/requests/V1BinListRequest.java b/src/main/java/com/skyflow/generated/rest/resources/binlookup/requests/V1BinListRequest.java
index d4a1c21b..af827e01 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/binlookup/requests/V1BinListRequest.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/binlookup/requests/V1BinListRequest.java
@@ -74,7 +74,7 @@ public Optional getSkyflowId() {
return skyflowId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof V1BinListRequest && equalTo((V1BinListRequest) other);
@@ -92,12 +92,12 @@ private boolean equalTo(V1BinListRequest other) {
&& skyflowId.equals(other.skyflowId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(this.fields, this.bin, this.vaultSchemaConfig, this.skyflowId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileAudioRequestDeidentifyAudio.java b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileAudioRequestDeidentifyAudio.java
index c3a025cf..d1cadca3 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileAudioRequestDeidentifyAudio.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileAudioRequestDeidentifyAudio.java
@@ -193,7 +193,7 @@ public Optional getConfigurationId() {
return configurationId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof DeidentifyFileAudioRequestDeidentifyAudio
@@ -222,7 +222,7 @@ private boolean equalTo(DeidentifyFileAudioRequestDeidentifyAudio other) {
&& configurationId.equals(other.configurationId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.file,
@@ -241,7 +241,7 @@ public int hashCode() {
this.configurationId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -383,7 +383,7 @@ public static final class Builder implements FileStage, VaultIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(DeidentifyFileAudioRequestDeidentifyAudio other) {
file(other.getFile());
vaultId(other.getVaultId());
@@ -402,7 +402,7 @@ public Builder from(DeidentifyFileAudioRequestDeidentifyAudio other) {
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter("file")
public VaultIdStage file(@NotNull FileDataDeidentifyAudio file) {
this.file = Objects.requireNonNull(file, "file must not be null");
@@ -413,7 +413,7 @@ public VaultIdStage file(@NotNull FileDataDeidentifyAudio file) {
* ID of a vault that you have Detect Invoker or Vault Owner permissions for.ID of a vault that you have Detect Invoker or Vault Owner permissions for.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("vault_id")
public _FinalStage vaultId(@NotNull String vaultId) {
this.vaultId = Objects.requireNonNull(vaultId, "vaultId must not be null");
@@ -424,7 +424,7 @@ public _FinalStage vaultId(@NotNull String vaultId) {
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage configurationId(String configurationId) {
this.configurationId = Optional.ofNullable(configurationId);
return this;
@@ -433,20 +433,20 @@ public _FinalStage configurationId(String configurationId) {
/**
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "configuration_id", nulls = Nulls.SKIP)
public _FinalStage configurationId(Optional configurationId) {
this.configurationId = configurationId;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage transformations(Transformations transformations) {
this.transformations = Optional.ofNullable(transformations);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "transformations", nulls = Nulls.SKIP)
public _FinalStage transformations(Optional transformations) {
this.transformations = transformations;
@@ -457,7 +457,7 @@ public _FinalStage transformations(Optional transformations) {
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage restrictRegex(List restrictRegex) {
this.restrictRegex = Optional.ofNullable(restrictRegex);
return this;
@@ -466,7 +466,7 @@ public _FinalStage restrictRegex(List restrictRegex) {
/**
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "restrict_regex", nulls = Nulls.SKIP)
public _FinalStage restrictRegex(Optional> restrictRegex) {
this.restrictRegex = restrictRegex;
@@ -477,7 +477,7 @@ public _FinalStage restrictRegex(Optional> restrictRegex) {
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage allowRegex(List allowRegex) {
this.allowRegex = Optional.ofNullable(allowRegex);
return this;
@@ -486,20 +486,20 @@ public _FinalStage allowRegex(List allowRegex) {
/**
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "allow_regex", nulls = Nulls.SKIP)
public _FinalStage allowRegex(Optional> allowRegex) {
this.allowRegex = allowRegex;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage tokenType(TokenTypeMapping tokenType) {
this.tokenType = Optional.ofNullable(tokenType);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "token_type", nulls = Nulls.SKIP)
public _FinalStage tokenType(Optional tokenType) {
this.tokenType = tokenType;
@@ -510,7 +510,7 @@ public _FinalStage tokenType(Optional tokenType) {
* Entities to detect and de-identify.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage entityTypes(List entityTypes) {
this.entityTypes = Optional.ofNullable(entityTypes);
return this;
@@ -519,7 +519,7 @@ public _FinalStage entityTypes(ListEntities to detect and de-identify.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "entity_types", nulls = Nulls.SKIP)
public _FinalStage entityTypes(
Optional> entityTypes) {
@@ -531,7 +531,7 @@ public _FinalStage entityTypes(
* Relative loudness of the bleep in dB. Positive values increase its loudness, and negative values decrease it.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage bleepGain(Integer bleepGain) {
this.bleepGain = Optional.ofNullable(bleepGain);
return this;
@@ -540,7 +540,7 @@ public _FinalStage bleepGain(Integer bleepGain) {
/**
* Relative loudness of the bleep in dB. Positive values increase its loudness, and negative values decrease it.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "bleep_gain", nulls = Nulls.SKIP)
public _FinalStage bleepGain(Optional bleepGain) {
this.bleepGain = bleepGain;
@@ -551,7 +551,7 @@ public _FinalStage bleepGain(Optional bleepGain) {
* The pitch of the bleep sound, in Hz. The higher the number, the higher the pitch.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage bleepFrequency(Integer bleepFrequency) {
this.bleepFrequency = Optional.ofNullable(bleepFrequency);
return this;
@@ -560,7 +560,7 @@ public _FinalStage bleepFrequency(Integer bleepFrequency) {
/**
* The pitch of the bleep sound, in Hz. The higher the number, the higher the pitch.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "bleep_frequency", nulls = Nulls.SKIP)
public _FinalStage bleepFrequency(Optional bleepFrequency) {
this.bleepFrequency = bleepFrequency;
@@ -571,7 +571,7 @@ public _FinalStage bleepFrequency(Optional bleepFrequency) {
* Padding added to the end of a bleep, in seconds.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage bleepStopPadding(Float bleepStopPadding) {
this.bleepStopPadding = Optional.ofNullable(bleepStopPadding);
return this;
@@ -580,7 +580,7 @@ public _FinalStage bleepStopPadding(Float bleepStopPadding) {
/**
* Padding added to the end of a bleep, in seconds.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "bleep_stop_padding", nulls = Nulls.SKIP)
public _FinalStage bleepStopPadding(Optional bleepStopPadding) {
this.bleepStopPadding = bleepStopPadding;
@@ -591,7 +591,7 @@ public _FinalStage bleepStopPadding(Optional bleepStopPadding) {
* Padding added to the beginning of a bleep, in seconds.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage bleepStartPadding(Float bleepStartPadding) {
this.bleepStartPadding = Optional.ofNullable(bleepStartPadding);
return this;
@@ -600,7 +600,7 @@ public _FinalStage bleepStartPadding(Float bleepStartPadding) {
/**
* Padding added to the beginning of a bleep, in seconds.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "bleep_start_padding", nulls = Nulls.SKIP)
public _FinalStage bleepStartPadding(Optional bleepStartPadding) {
this.bleepStartPadding = bleepStartPadding;
@@ -611,7 +611,7 @@ public _FinalStage bleepStartPadding(Optional bleepStartPadding) {
* Whether to include the processed audio file in the response.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage outputProcessedAudio(Boolean outputProcessedAudio) {
this.outputProcessedAudio = Optional.ofNullable(outputProcessedAudio);
return this;
@@ -620,7 +620,7 @@ public _FinalStage outputProcessedAudio(Boolean outputProcessedAudio) {
/**
* Whether to include the processed audio file in the response.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "output_processed_audio", nulls = Nulls.SKIP)
public _FinalStage outputProcessedAudio(Optional outputProcessedAudio) {
this.outputProcessedAudio = outputProcessedAudio;
@@ -631,7 +631,7 @@ public _FinalStage outputProcessedAudio(Optional outputProcessedAudio)
* Type of transcription to output.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage outputTranscription(
DeidentifyFileAudioRequestDeidentifyAudioOutputTranscription outputTranscription) {
this.outputTranscription = Optional.ofNullable(outputTranscription);
@@ -641,7 +641,7 @@ public _FinalStage outputTranscription(
/**
* Type of transcription to output.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "output_transcription", nulls = Nulls.SKIP)
public _FinalStage outputTranscription(
Optional outputTranscription) {
@@ -649,7 +649,7 @@ public _FinalStage outputTranscription(
return this;
}
- @java.lang.Override
+ @Override
public DeidentifyFileAudioRequestDeidentifyAudio build() {
return new DeidentifyFileAudioRequestDeidentifyAudio(
file,
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileDocumentPdfRequestDeidentifyPdf.java b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileDocumentPdfRequestDeidentifyPdf.java
index 30f803aa..5b6a653f 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileDocumentPdfRequestDeidentifyPdf.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileDocumentPdfRequestDeidentifyPdf.java
@@ -144,7 +144,7 @@ public Optional getConfigurationId() {
return configurationId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof DeidentifyFileDocumentPdfRequestDeidentifyPdf
@@ -169,7 +169,7 @@ private boolean equalTo(DeidentifyFileDocumentPdfRequestDeidentifyPdf other) {
&& configurationId.equals(other.configurationId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.file,
@@ -184,7 +184,7 @@ public int hashCode() {
this.configurationId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -289,7 +289,7 @@ public static final class Builder implements FileStage, VaultIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(DeidentifyFileDocumentPdfRequestDeidentifyPdf other) {
file(other.getFile());
vaultId(other.getVaultId());
@@ -304,7 +304,7 @@ public Builder from(DeidentifyFileDocumentPdfRequestDeidentifyPdf other) {
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter("file")
public VaultIdStage file(@NotNull FileDataDeidentifyPdf file) {
this.file = Objects.requireNonNull(file, "file must not be null");
@@ -315,7 +315,7 @@ public VaultIdStage file(@NotNull FileDataDeidentifyPdf file) {
* ID of a vault that you have Detect Invoker or Vault Owner permissions for.ID of a vault that you have Detect Invoker or Vault Owner permissions for.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("vault_id")
public _FinalStage vaultId(@NotNull String vaultId) {
this.vaultId = Objects.requireNonNull(vaultId, "vaultId must not be null");
@@ -326,7 +326,7 @@ public _FinalStage vaultId(@NotNull String vaultId) {
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage configurationId(String configurationId) {
this.configurationId = Optional.ofNullable(configurationId);
return this;
@@ -335,20 +335,20 @@ public _FinalStage configurationId(String configurationId) {
/**
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "configuration_id", nulls = Nulls.SKIP)
public _FinalStage configurationId(Optional configurationId) {
this.configurationId = configurationId;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage transformations(Transformations transformations) {
this.transformations = Optional.ofNullable(transformations);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "transformations", nulls = Nulls.SKIP)
public _FinalStage transformations(Optional transformations) {
this.transformations = transformations;
@@ -359,7 +359,7 @@ public _FinalStage transformations(Optional transformations) {
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage restrictRegex(List restrictRegex) {
this.restrictRegex = Optional.ofNullable(restrictRegex);
return this;
@@ -368,7 +368,7 @@ public _FinalStage restrictRegex(List restrictRegex) {
/**
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "restrict_regex", nulls = Nulls.SKIP)
public _FinalStage restrictRegex(Optional> restrictRegex) {
this.restrictRegex = restrictRegex;
@@ -379,7 +379,7 @@ public _FinalStage restrictRegex(Optional> restrictRegex) {
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage allowRegex(List allowRegex) {
this.allowRegex = Optional.ofNullable(allowRegex);
return this;
@@ -388,20 +388,20 @@ public _FinalStage allowRegex(List allowRegex) {
/**
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "allow_regex", nulls = Nulls.SKIP)
public _FinalStage allowRegex(Optional> allowRegex) {
this.allowRegex = allowRegex;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage tokenType(TokenTypeMapping tokenType) {
this.tokenType = Optional.ofNullable(tokenType);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "token_type", nulls = Nulls.SKIP)
public _FinalStage tokenType(Optional tokenType) {
this.tokenType = tokenType;
@@ -412,7 +412,7 @@ public _FinalStage tokenType(Optional tokenType) {
* Entities to detect and de-identify.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage entityTypes(List entityTypes) {
this.entityTypes = Optional.ofNullable(entityTypes);
return this;
@@ -421,7 +421,7 @@ public _FinalStage entityTypes(ListEntities to detect and de-identify.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "entity_types", nulls = Nulls.SKIP)
public _FinalStage entityTypes(
Optional> entityTypes) {
@@ -433,7 +433,7 @@ public _FinalStage entityTypes(
* Max resolution at which to process the PDF file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage maxResolution(Integer maxResolution) {
this.maxResolution = Optional.ofNullable(maxResolution);
return this;
@@ -442,7 +442,7 @@ public _FinalStage maxResolution(Integer maxResolution) {
/**
* Max resolution at which to process the PDF file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "max_resolution", nulls = Nulls.SKIP)
public _FinalStage maxResolution(Optional maxResolution) {
this.maxResolution = maxResolution;
@@ -453,7 +453,7 @@ public _FinalStage maxResolution(Optional maxResolution) {
* Pixel density at which to process the PDF file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage density(Integer density) {
this.density = Optional.ofNullable(density);
return this;
@@ -462,14 +462,14 @@ public _FinalStage density(Integer density) {
/**
* Pixel density at which to process the PDF file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "density", nulls = Nulls.SKIP)
public _FinalStage density(Optional density) {
this.density = density;
return this;
}
- @java.lang.Override
+ @Override
public DeidentifyFileDocumentPdfRequestDeidentifyPdf build() {
return new DeidentifyFileDocumentPdfRequestDeidentifyPdf(
file,
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileImageRequestDeidentifyImage.java b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileImageRequestDeidentifyImage.java
index 44c14777..015bba9e 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileImageRequestDeidentifyImage.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileImageRequestDeidentifyImage.java
@@ -157,7 +157,7 @@ public Optional getConfigurationId() {
return configurationId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof DeidentifyFileImageRequestDeidentifyImage
@@ -183,7 +183,7 @@ private boolean equalTo(DeidentifyFileImageRequestDeidentifyImage other) {
&& configurationId.equals(other.configurationId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.file,
@@ -199,7 +199,7 @@ public int hashCode() {
this.configurationId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -311,7 +311,7 @@ public static final class Builder implements FileStage, VaultIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(DeidentifyFileImageRequestDeidentifyImage other) {
file(other.getFile());
vaultId(other.getVaultId());
@@ -327,7 +327,7 @@ public Builder from(DeidentifyFileImageRequestDeidentifyImage other) {
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter("file")
public VaultIdStage file(@NotNull FileDataDeidentifyImage file) {
this.file = Objects.requireNonNull(file, "file must not be null");
@@ -338,7 +338,7 @@ public VaultIdStage file(@NotNull FileDataDeidentifyImage file) {
* ID of a vault that you have Detect Invoker or Vault Owner permissions for.ID of a vault that you have Detect Invoker or Vault Owner permissions for.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("vault_id")
public _FinalStage vaultId(@NotNull String vaultId) {
this.vaultId = Objects.requireNonNull(vaultId, "vaultId must not be null");
@@ -349,7 +349,7 @@ public _FinalStage vaultId(@NotNull String vaultId) {
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage configurationId(String configurationId) {
this.configurationId = Optional.ofNullable(configurationId);
return this;
@@ -358,20 +358,20 @@ public _FinalStage configurationId(String configurationId) {
/**
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "configuration_id", nulls = Nulls.SKIP)
public _FinalStage configurationId(Optional configurationId) {
this.configurationId = configurationId;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage transformations(Transformations transformations) {
this.transformations = Optional.ofNullable(transformations);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "transformations", nulls = Nulls.SKIP)
public _FinalStage transformations(Optional transformations) {
this.transformations = transformations;
@@ -382,7 +382,7 @@ public _FinalStage transformations(Optional transformations) {
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage restrictRegex(List restrictRegex) {
this.restrictRegex = Optional.ofNullable(restrictRegex);
return this;
@@ -391,7 +391,7 @@ public _FinalStage restrictRegex(List restrictRegex) {
/**
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "restrict_regex", nulls = Nulls.SKIP)
public _FinalStage restrictRegex(Optional> restrictRegex) {
this.restrictRegex = restrictRegex;
@@ -402,7 +402,7 @@ public _FinalStage restrictRegex(Optional> restrictRegex) {
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage allowRegex(List allowRegex) {
this.allowRegex = Optional.ofNullable(allowRegex);
return this;
@@ -411,20 +411,20 @@ public _FinalStage allowRegex(List allowRegex) {
/**
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "allow_regex", nulls = Nulls.SKIP)
public _FinalStage allowRegex(Optional> allowRegex) {
this.allowRegex = allowRegex;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage tokenType(TokenTypeMapping tokenType) {
this.tokenType = Optional.ofNullable(tokenType);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "token_type", nulls = Nulls.SKIP)
public _FinalStage tokenType(Optional tokenType) {
this.tokenType = tokenType;
@@ -435,7 +435,7 @@ public _FinalStage tokenType(Optional tokenType) {
* Entities to detect and de-identify.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage entityTypes(List entityTypes) {
this.entityTypes = Optional.ofNullable(entityTypes);
return this;
@@ -444,7 +444,7 @@ public _FinalStage entityTypes(ListEntities to detect and de-identify.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "entity_types", nulls = Nulls.SKIP)
public _FinalStage entityTypes(
Optional> entityTypes) {
@@ -456,7 +456,7 @@ public _FinalStage entityTypes(
* Method to mask the entities in the image.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage maskingMethod(DeidentifyFileImageRequestDeidentifyImageMaskingMethod maskingMethod) {
this.maskingMethod = Optional.ofNullable(maskingMethod);
return this;
@@ -465,7 +465,7 @@ public _FinalStage maskingMethod(DeidentifyFileImageRequestDeidentifyImageMaskin
/**
* Method to mask the entities in the image.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "masking_method", nulls = Nulls.SKIP)
public _FinalStage maskingMethod(
Optional maskingMethod) {
@@ -477,7 +477,7 @@ public _FinalStage maskingMethod(
* If true, includes text detected by OCR in the response.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage outputOcrText(Boolean outputOcrText) {
this.outputOcrText = Optional.ofNullable(outputOcrText);
return this;
@@ -486,7 +486,7 @@ public _FinalStage outputOcrText(Boolean outputOcrText) {
/**
* If true, includes text detected by OCR in the response.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "output_ocr_text", nulls = Nulls.SKIP)
public _FinalStage outputOcrText(Optional outputOcrText) {
this.outputOcrText = outputOcrText;
@@ -497,7 +497,7 @@ public _FinalStage outputOcrText(Optional outputOcrText) {
* If true, includes processed image in the output.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage outputProcessedImage(Boolean outputProcessedImage) {
this.outputProcessedImage = Optional.ofNullable(outputProcessedImage);
return this;
@@ -506,14 +506,14 @@ public _FinalStage outputProcessedImage(Boolean outputProcessedImage) {
/**
* If true, includes processed image in the output.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "output_processed_image", nulls = Nulls.SKIP)
public _FinalStage outputProcessedImage(Optional outputProcessedImage) {
this.outputProcessedImage = outputProcessedImage;
return this;
}
- @java.lang.Override
+ @Override
public DeidentifyFileImageRequestDeidentifyImage build() {
return new DeidentifyFileImageRequestDeidentifyImage(
file,
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequest.java b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequest.java
index 32cd5cca..c2cdcfb5 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequest.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequest.java
@@ -120,7 +120,7 @@ public Optional getConfigurationId() {
return configurationId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof DeidentifyFileRequest && equalTo((DeidentifyFileRequest) other);
@@ -142,7 +142,7 @@ private boolean equalTo(DeidentifyFileRequest other) {
&& configurationId.equals(other.configurationId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.file,
@@ -155,7 +155,7 @@ public int hashCode() {
this.configurationId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -240,7 +240,7 @@ public static final class Builder implements FileStage, VaultIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(DeidentifyFileRequest other) {
file(other.getFile());
vaultId(other.getVaultId());
@@ -253,7 +253,7 @@ public Builder from(DeidentifyFileRequest other) {
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter("file")
public VaultIdStage file(@NotNull FileData file) {
this.file = Objects.requireNonNull(file, "file must not be null");
@@ -264,7 +264,7 @@ public VaultIdStage file(@NotNull FileData file) {
* ID of a vault that you have Detect Invoker or Vault Owner permissions for.ID of a vault that you have Detect Invoker or Vault Owner permissions for.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("vault_id")
public _FinalStage vaultId(@NotNull String vaultId) {
this.vaultId = Objects.requireNonNull(vaultId, "vaultId must not be null");
@@ -275,7 +275,7 @@ public _FinalStage vaultId(@NotNull String vaultId) {
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage configurationId(String configurationId) {
this.configurationId = Optional.ofNullable(configurationId);
return this;
@@ -284,20 +284,20 @@ public _FinalStage configurationId(String configurationId) {
/**
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "configuration_id", nulls = Nulls.SKIP)
public _FinalStage configurationId(Optional configurationId) {
this.configurationId = configurationId;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage transformations(Transformations transformations) {
this.transformations = Optional.ofNullable(transformations);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "transformations", nulls = Nulls.SKIP)
public _FinalStage transformations(Optional transformations) {
this.transformations = transformations;
@@ -308,7 +308,7 @@ public _FinalStage transformations(Optional transformations) {
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage restrictRegex(List restrictRegex) {
this.restrictRegex = Optional.ofNullable(restrictRegex);
return this;
@@ -317,7 +317,7 @@ public _FinalStage restrictRegex(List restrictRegex) {
/**
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "restrict_regex", nulls = Nulls.SKIP)
public _FinalStage restrictRegex(Optional> restrictRegex) {
this.restrictRegex = restrictRegex;
@@ -328,7 +328,7 @@ public _FinalStage restrictRegex(Optional> restrictRegex) {
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage allowRegex(List allowRegex) {
this.allowRegex = Optional.ofNullable(allowRegex);
return this;
@@ -337,20 +337,20 @@ public _FinalStage allowRegex(List allowRegex) {
/**
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "allow_regex", nulls = Nulls.SKIP)
public _FinalStage allowRegex(Optional> allowRegex) {
this.allowRegex = allowRegex;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage tokenType(TokenTypeMapping tokenType) {
this.tokenType = Optional.ofNullable(tokenType);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "token_type", nulls = Nulls.SKIP)
public _FinalStage tokenType(Optional tokenType) {
this.tokenType = tokenType;
@@ -361,7 +361,7 @@ public _FinalStage tokenType(Optional tokenType) {
* Entities to detect and de-identify.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage entityTypes(List entityTypes) {
this.entityTypes = Optional.ofNullable(entityTypes);
return this;
@@ -370,14 +370,14 @@ public _FinalStage entityTypes(List entity
/**
* Entities to detect and de-identify.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "entity_types", nulls = Nulls.SKIP)
public _FinalStage entityTypes(Optional> entityTypes) {
this.entityTypes = entityTypes;
return this;
}
- @java.lang.Override
+ @Override
public DeidentifyFileRequest build() {
return new DeidentifyFileRequest(
file,
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyDocument.java b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyDocument.java
index 9c1a098c..fc3db52a 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyDocument.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyDocument.java
@@ -120,7 +120,7 @@ public Optional getConfigurationId() {
return configurationId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof DeidentifyFileRequestDeidentifyDocument
@@ -143,7 +143,7 @@ private boolean equalTo(DeidentifyFileRequestDeidentifyDocument other) {
&& configurationId.equals(other.configurationId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.file,
@@ -156,7 +156,7 @@ public int hashCode() {
this.configurationId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -241,7 +241,7 @@ public static final class Builder implements FileStage, VaultIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(DeidentifyFileRequestDeidentifyDocument other) {
file(other.getFile());
vaultId(other.getVaultId());
@@ -254,7 +254,7 @@ public Builder from(DeidentifyFileRequestDeidentifyDocument other) {
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter("file")
public VaultIdStage file(@NotNull FileDataDeidentifyDocument file) {
this.file = Objects.requireNonNull(file, "file must not be null");
@@ -265,7 +265,7 @@ public VaultIdStage file(@NotNull FileDataDeidentifyDocument file) {
* ID of a vault that you have Detect Invoker or Vault Owner permissions for.ID of a vault that you have Detect Invoker or Vault Owner permissions for.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("vault_id")
public _FinalStage vaultId(@NotNull String vaultId) {
this.vaultId = Objects.requireNonNull(vaultId, "vaultId must not be null");
@@ -276,7 +276,7 @@ public _FinalStage vaultId(@NotNull String vaultId) {
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage configurationId(String configurationId) {
this.configurationId = Optional.ofNullable(configurationId);
return this;
@@ -285,20 +285,20 @@ public _FinalStage configurationId(String configurationId) {
/**
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "configuration_id", nulls = Nulls.SKIP)
public _FinalStage configurationId(Optional configurationId) {
this.configurationId = configurationId;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage transformations(Transformations transformations) {
this.transformations = Optional.ofNullable(transformations);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "transformations", nulls = Nulls.SKIP)
public _FinalStage transformations(Optional transformations) {
this.transformations = transformations;
@@ -309,7 +309,7 @@ public _FinalStage transformations(Optional transformations) {
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage restrictRegex(List restrictRegex) {
this.restrictRegex = Optional.ofNullable(restrictRegex);
return this;
@@ -318,7 +318,7 @@ public _FinalStage restrictRegex(List restrictRegex) {
/**
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "restrict_regex", nulls = Nulls.SKIP)
public _FinalStage restrictRegex(Optional> restrictRegex) {
this.restrictRegex = restrictRegex;
@@ -329,7 +329,7 @@ public _FinalStage restrictRegex(Optional> restrictRegex) {
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage allowRegex(List allowRegex) {
this.allowRegex = Optional.ofNullable(allowRegex);
return this;
@@ -338,20 +338,20 @@ public _FinalStage allowRegex(List allowRegex) {
/**
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "allow_regex", nulls = Nulls.SKIP)
public _FinalStage allowRegex(Optional> allowRegex) {
this.allowRegex = allowRegex;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage tokenType(TokenTypeMapping tokenType) {
this.tokenType = Optional.ofNullable(tokenType);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "token_type", nulls = Nulls.SKIP)
public _FinalStage tokenType(Optional tokenType) {
this.tokenType = tokenType;
@@ -362,7 +362,7 @@ public _FinalStage tokenType(Optional tokenType) {
* Entities to detect and de-identify.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage entityTypes(List entityTypes) {
this.entityTypes = Optional.ofNullable(entityTypes);
return this;
@@ -371,7 +371,7 @@ public _FinalStage entityTypes(ListEntities to detect and de-identify.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "entity_types", nulls = Nulls.SKIP)
public _FinalStage entityTypes(
Optional> entityTypes) {
@@ -379,7 +379,7 @@ public _FinalStage entityTypes(
return this;
}
- @java.lang.Override
+ @Override
public DeidentifyFileRequestDeidentifyDocument build() {
return new DeidentifyFileRequestDeidentifyDocument(
file,
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyPresentation.java b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyPresentation.java
index 54d35363..f45802ec 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyPresentation.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyPresentation.java
@@ -120,7 +120,7 @@ public Optional getConfigurationId() {
return configurationId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof DeidentifyFileRequestDeidentifyPresentation
@@ -143,7 +143,7 @@ private boolean equalTo(DeidentifyFileRequestDeidentifyPresentation other) {
&& configurationId.equals(other.configurationId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.file,
@@ -156,7 +156,7 @@ public int hashCode() {
this.configurationId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -242,7 +242,7 @@ public static final class Builder implements FileStage, VaultIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(DeidentifyFileRequestDeidentifyPresentation other) {
file(other.getFile());
vaultId(other.getVaultId());
@@ -255,7 +255,7 @@ public Builder from(DeidentifyFileRequestDeidentifyPresentation other) {
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter("file")
public VaultIdStage file(@NotNull FileDataDeidentifyPresentation file) {
this.file = Objects.requireNonNull(file, "file must not be null");
@@ -266,7 +266,7 @@ public VaultIdStage file(@NotNull FileDataDeidentifyPresentation file) {
* ID of a vault that you have Detect Invoker or Vault Owner permissions for.ID of a vault that you have Detect Invoker or Vault Owner permissions for.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("vault_id")
public _FinalStage vaultId(@NotNull String vaultId) {
this.vaultId = Objects.requireNonNull(vaultId, "vaultId must not be null");
@@ -277,7 +277,7 @@ public _FinalStage vaultId(@NotNull String vaultId) {
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage configurationId(String configurationId) {
this.configurationId = Optional.ofNullable(configurationId);
return this;
@@ -286,20 +286,20 @@ public _FinalStage configurationId(String configurationId) {
/**
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "configuration_id", nulls = Nulls.SKIP)
public _FinalStage configurationId(Optional configurationId) {
this.configurationId = configurationId;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage transformations(Transformations transformations) {
this.transformations = Optional.ofNullable(transformations);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "transformations", nulls = Nulls.SKIP)
public _FinalStage transformations(Optional transformations) {
this.transformations = transformations;
@@ -310,7 +310,7 @@ public _FinalStage transformations(Optional transformations) {
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage restrictRegex(List restrictRegex) {
this.restrictRegex = Optional.ofNullable(restrictRegex);
return this;
@@ -319,7 +319,7 @@ public _FinalStage restrictRegex(List restrictRegex) {
/**
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "restrict_regex", nulls = Nulls.SKIP)
public _FinalStage restrictRegex(Optional> restrictRegex) {
this.restrictRegex = restrictRegex;
@@ -330,7 +330,7 @@ public _FinalStage restrictRegex(Optional> restrictRegex) {
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage allowRegex(List allowRegex) {
this.allowRegex = Optional.ofNullable(allowRegex);
return this;
@@ -339,20 +339,20 @@ public _FinalStage allowRegex(List allowRegex) {
/**
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "allow_regex", nulls = Nulls.SKIP)
public _FinalStage allowRegex(Optional> allowRegex) {
this.allowRegex = allowRegex;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage tokenType(TokenTypeMapping tokenType) {
this.tokenType = Optional.ofNullable(tokenType);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "token_type", nulls = Nulls.SKIP)
public _FinalStage tokenType(Optional tokenType) {
this.tokenType = tokenType;
@@ -363,7 +363,7 @@ public _FinalStage tokenType(Optional tokenType) {
* Entities to detect and de-identify.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage entityTypes(List entityTypes) {
this.entityTypes = Optional.ofNullable(entityTypes);
return this;
@@ -372,7 +372,7 @@ public _FinalStage entityTypes(ListEntities to detect and de-identify.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "entity_types", nulls = Nulls.SKIP)
public _FinalStage entityTypes(
Optional> entityTypes) {
@@ -380,7 +380,7 @@ public _FinalStage entityTypes(
return this;
}
- @java.lang.Override
+ @Override
public DeidentifyFileRequestDeidentifyPresentation build() {
return new DeidentifyFileRequestDeidentifyPresentation(
file,
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifySpreadsheet.java b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifySpreadsheet.java
index e00f4f13..93ea921a 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifySpreadsheet.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifySpreadsheet.java
@@ -120,7 +120,7 @@ public Optional getConfigurationId() {
return configurationId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof DeidentifyFileRequestDeidentifySpreadsheet
@@ -143,7 +143,7 @@ private boolean equalTo(DeidentifyFileRequestDeidentifySpreadsheet other) {
&& configurationId.equals(other.configurationId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.file,
@@ -156,7 +156,7 @@ public int hashCode() {
this.configurationId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -242,7 +242,7 @@ public static final class Builder implements FileStage, VaultIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(DeidentifyFileRequestDeidentifySpreadsheet other) {
file(other.getFile());
vaultId(other.getVaultId());
@@ -255,7 +255,7 @@ public Builder from(DeidentifyFileRequestDeidentifySpreadsheet other) {
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter("file")
public VaultIdStage file(@NotNull FileDataDeidentifySpreadsheet file) {
this.file = Objects.requireNonNull(file, "file must not be null");
@@ -266,7 +266,7 @@ public VaultIdStage file(@NotNull FileDataDeidentifySpreadsheet file) {
* ID of a vault that you have Detect Invoker or Vault Owner permissions for.ID of a vault that you have Detect Invoker or Vault Owner permissions for.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("vault_id")
public _FinalStage vaultId(@NotNull String vaultId) {
this.vaultId = Objects.requireNonNull(vaultId, "vaultId must not be null");
@@ -277,7 +277,7 @@ public _FinalStage vaultId(@NotNull String vaultId) {
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage configurationId(String configurationId) {
this.configurationId = Optional.ofNullable(configurationId);
return this;
@@ -286,20 +286,20 @@ public _FinalStage configurationId(String configurationId) {
/**
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "configuration_id", nulls = Nulls.SKIP)
public _FinalStage configurationId(Optional configurationId) {
this.configurationId = configurationId;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage transformations(Transformations transformations) {
this.transformations = Optional.ofNullable(transformations);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "transformations", nulls = Nulls.SKIP)
public _FinalStage transformations(Optional transformations) {
this.transformations = transformations;
@@ -310,7 +310,7 @@ public _FinalStage transformations(Optional transformations) {
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage restrictRegex(List restrictRegex) {
this.restrictRegex = Optional.ofNullable(restrictRegex);
return this;
@@ -319,7 +319,7 @@ public _FinalStage restrictRegex(List restrictRegex) {
/**
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "restrict_regex", nulls = Nulls.SKIP)
public _FinalStage restrictRegex(Optional> restrictRegex) {
this.restrictRegex = restrictRegex;
@@ -330,7 +330,7 @@ public _FinalStage restrictRegex(Optional> restrictRegex) {
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage allowRegex(List allowRegex) {
this.allowRegex = Optional.ofNullable(allowRegex);
return this;
@@ -339,20 +339,20 @@ public _FinalStage allowRegex(List allowRegex) {
/**
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "allow_regex", nulls = Nulls.SKIP)
public _FinalStage allowRegex(Optional> allowRegex) {
this.allowRegex = allowRegex;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage tokenType(TokenTypeMapping tokenType) {
this.tokenType = Optional.ofNullable(tokenType);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "token_type", nulls = Nulls.SKIP)
public _FinalStage tokenType(Optional tokenType) {
this.tokenType = tokenType;
@@ -363,7 +363,7 @@ public _FinalStage tokenType(Optional tokenType) {
* Entities to detect and de-identify.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage entityTypes(List entityTypes) {
this.entityTypes = Optional.ofNullable(entityTypes);
return this;
@@ -372,7 +372,7 @@ public _FinalStage entityTypes(ListEntities to detect and de-identify.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "entity_types", nulls = Nulls.SKIP)
public _FinalStage entityTypes(
Optional> entityTypes) {
@@ -380,7 +380,7 @@ public _FinalStage entityTypes(
return this;
}
- @java.lang.Override
+ @Override
public DeidentifyFileRequestDeidentifySpreadsheet build() {
return new DeidentifyFileRequestDeidentifySpreadsheet(
file,
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyStructuredText.java b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyStructuredText.java
index e94a0f65..b579fe1b 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyStructuredText.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyStructuredText.java
@@ -120,7 +120,7 @@ public Optional getConfigurationId() {
return configurationId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof DeidentifyFileRequestDeidentifyStructuredText
@@ -143,7 +143,7 @@ private boolean equalTo(DeidentifyFileRequestDeidentifyStructuredText other) {
&& configurationId.equals(other.configurationId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.file,
@@ -156,7 +156,7 @@ public int hashCode() {
this.configurationId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -243,7 +243,7 @@ public static final class Builder implements FileStage, VaultIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(DeidentifyFileRequestDeidentifyStructuredText other) {
file(other.getFile());
vaultId(other.getVaultId());
@@ -256,7 +256,7 @@ public Builder from(DeidentifyFileRequestDeidentifyStructuredText other) {
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter("file")
public VaultIdStage file(@NotNull FileDataDeidentifyStructuredText file) {
this.file = Objects.requireNonNull(file, "file must not be null");
@@ -267,7 +267,7 @@ public VaultIdStage file(@NotNull FileDataDeidentifyStructuredText file) {
* ID of a vault that you have Detect Invoker or Vault Owner permissions for.ID of a vault that you have Detect Invoker or Vault Owner permissions for.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("vault_id")
public _FinalStage vaultId(@NotNull String vaultId) {
this.vaultId = Objects.requireNonNull(vaultId, "vaultId must not be null");
@@ -278,7 +278,7 @@ public _FinalStage vaultId(@NotNull String vaultId) {
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage configurationId(String configurationId) {
this.configurationId = Optional.ofNullable(configurationId);
return this;
@@ -287,20 +287,20 @@ public _FinalStage configurationId(String configurationId) {
/**
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "configuration_id", nulls = Nulls.SKIP)
public _FinalStage configurationId(Optional configurationId) {
this.configurationId = configurationId;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage transformations(Transformations transformations) {
this.transformations = Optional.ofNullable(transformations);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "transformations", nulls = Nulls.SKIP)
public _FinalStage transformations(Optional transformations) {
this.transformations = transformations;
@@ -311,7 +311,7 @@ public _FinalStage transformations(Optional transformations) {
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage restrictRegex(List restrictRegex) {
this.restrictRegex = Optional.ofNullable(restrictRegex);
return this;
@@ -320,7 +320,7 @@ public _FinalStage restrictRegex(List restrictRegex) {
/**
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "restrict_regex", nulls = Nulls.SKIP)
public _FinalStage restrictRegex(Optional> restrictRegex) {
this.restrictRegex = restrictRegex;
@@ -331,7 +331,7 @@ public _FinalStage restrictRegex(Optional> restrictRegex) {
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage allowRegex(List allowRegex) {
this.allowRegex = Optional.ofNullable(allowRegex);
return this;
@@ -340,20 +340,20 @@ public _FinalStage allowRegex(List allowRegex) {
/**
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "allow_regex", nulls = Nulls.SKIP)
public _FinalStage allowRegex(Optional> allowRegex) {
this.allowRegex = allowRegex;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage tokenType(TokenTypeMapping tokenType) {
this.tokenType = Optional.ofNullable(tokenType);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "token_type", nulls = Nulls.SKIP)
public _FinalStage tokenType(Optional tokenType) {
this.tokenType = tokenType;
@@ -364,7 +364,7 @@ public _FinalStage tokenType(Optional tokenType) {
* Entities to detect and de-identify.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage entityTypes(List entityTypes) {
this.entityTypes = Optional.ofNullable(entityTypes);
return this;
@@ -373,7 +373,7 @@ public _FinalStage entityTypes(ListEntities to detect and de-identify.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "entity_types", nulls = Nulls.SKIP)
public _FinalStage entityTypes(
Optional> entityTypes) {
@@ -381,7 +381,7 @@ public _FinalStage entityTypes(
return this;
}
- @java.lang.Override
+ @Override
public DeidentifyFileRequestDeidentifyStructuredText build() {
return new DeidentifyFileRequestDeidentifyStructuredText(
file,
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyText.java b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyText.java
index a5757029..7a7c6615 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyText.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/requests/DeidentifyFileRequestDeidentifyText.java
@@ -120,7 +120,7 @@ public Optional getConfigurationId() {
return configurationId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof DeidentifyFileRequestDeidentifyText
@@ -143,7 +143,7 @@ private boolean equalTo(DeidentifyFileRequestDeidentifyText other) {
&& configurationId.equals(other.configurationId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.file,
@@ -156,7 +156,7 @@ public int hashCode() {
this.configurationId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -241,7 +241,7 @@ public static final class Builder implements FileStage, VaultIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(DeidentifyFileRequestDeidentifyText other) {
file(other.getFile());
vaultId(other.getVaultId());
@@ -254,7 +254,7 @@ public Builder from(DeidentifyFileRequestDeidentifyText other) {
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter("file")
public VaultIdStage file(@NotNull FileDataDeidentifyText file) {
this.file = Objects.requireNonNull(file, "file must not be null");
@@ -265,7 +265,7 @@ public VaultIdStage file(@NotNull FileDataDeidentifyText file) {
* ID of a vault that you have Detect Invoker or Vault Owner permissions for.ID of a vault that you have Detect Invoker or Vault Owner permissions for.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("vault_id")
public _FinalStage vaultId(@NotNull String vaultId) {
this.vaultId = Objects.requireNonNull(vaultId, "vaultId must not be null");
@@ -276,7 +276,7 @@ public _FinalStage vaultId(@NotNull String vaultId) {
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage configurationId(String configurationId) {
this.configurationId = Optional.ofNullable(configurationId);
return this;
@@ -285,20 +285,20 @@ public _FinalStage configurationId(String configurationId) {
/**
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "configuration_id", nulls = Nulls.SKIP)
public _FinalStage configurationId(Optional configurationId) {
this.configurationId = configurationId;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage transformations(Transformations transformations) {
this.transformations = Optional.ofNullable(transformations);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "transformations", nulls = Nulls.SKIP)
public _FinalStage transformations(Optional transformations) {
this.transformations = transformations;
@@ -309,7 +309,7 @@ public _FinalStage transformations(Optional transformations) {
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage restrictRegex(List restrictRegex) {
this.restrictRegex = Optional.ofNullable(restrictRegex);
return this;
@@ -318,7 +318,7 @@ public _FinalStage restrictRegex(List restrictRegex) {
/**
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "restrict_regex", nulls = Nulls.SKIP)
public _FinalStage restrictRegex(Optional> restrictRegex) {
this.restrictRegex = restrictRegex;
@@ -329,7 +329,7 @@ public _FinalStage restrictRegex(Optional> restrictRegex) {
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage allowRegex(List allowRegex) {
this.allowRegex = Optional.ofNullable(allowRegex);
return this;
@@ -338,20 +338,20 @@ public _FinalStage allowRegex(List allowRegex) {
/**
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "allow_regex", nulls = Nulls.SKIP)
public _FinalStage allowRegex(Optional> allowRegex) {
this.allowRegex = allowRegex;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage tokenType(TokenTypeMapping tokenType) {
this.tokenType = Optional.ofNullable(tokenType);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "token_type", nulls = Nulls.SKIP)
public _FinalStage tokenType(Optional tokenType) {
this.tokenType = tokenType;
@@ -362,7 +362,7 @@ public _FinalStage tokenType(Optional tokenType) {
* Entities to detect and de-identify.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage entityTypes(List entityTypes) {
this.entityTypes = Optional.ofNullable(entityTypes);
return this;
@@ -371,14 +371,14 @@ public _FinalStage entityTypes(ListEntities to detect and de-identify.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "entity_types", nulls = Nulls.SKIP)
public _FinalStage entityTypes(Optional> entityTypes) {
this.entityTypes = entityTypes;
return this;
}
- @java.lang.Override
+ @Override
public DeidentifyFileRequestDeidentifyText build() {
return new DeidentifyFileRequestDeidentifyText(
file,
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/requests/GetRunRequest.java b/src/main/java/com/skyflow/generated/rest/resources/files/requests/GetRunRequest.java
index 6b5a63ad..490392f1 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/requests/GetRunRequest.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/requests/GetRunRequest.java
@@ -34,7 +34,7 @@ public Optional getVaultId() {
return vaultId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof GetRunRequest && equalTo((GetRunRequest) other);
@@ -49,12 +49,12 @@ private boolean equalTo(GetRunRequest other) {
return vaultId.equals(other.vaultId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(this.vaultId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/requests/ReidentifyFileRequestReidentifyFile.java b/src/main/java/com/skyflow/generated/rest/resources/files/requests/ReidentifyFileRequestReidentifyFile.java
index 407df7f1..0f5e79ab 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/requests/ReidentifyFileRequestReidentifyFile.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/requests/ReidentifyFileRequestReidentifyFile.java
@@ -60,7 +60,7 @@ public Optional getFormat() {
return format;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof ReidentifyFileRequestReidentifyFile
@@ -76,12 +76,12 @@ private boolean equalTo(ReidentifyFileRequestReidentifyFile other) {
return file.equals(other.file) && vaultId.equals(other.vaultId) && format.equals(other.format);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(this.file, this.vaultId, this.format);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -124,7 +124,7 @@ public static final class Builder implements FileStage, VaultIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(ReidentifyFileRequestReidentifyFile other) {
file(other.getFile());
vaultId(other.getVaultId());
@@ -132,7 +132,7 @@ public Builder from(ReidentifyFileRequestReidentifyFile other) {
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter("file")
public VaultIdStage file(@NotNull FileDataReidentifyFile file) {
this.file = Objects.requireNonNull(file, "file must not be null");
@@ -143,27 +143,27 @@ public VaultIdStage file(@NotNull FileDataReidentifyFile file) {
* ID of the vault where the entities are stored.ID of the vault where the entities are stored.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("vault_id")
public _FinalStage vaultId(@NotNull String vaultId) {
this.vaultId = Objects.requireNonNull(vaultId, "vaultId must not be null");
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage format(Format format) {
this.format = Optional.ofNullable(format);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "format", nulls = Nulls.SKIP)
public _FinalStage format(Optional format) {
this.format = format;
return this;
}
- @java.lang.Override
+ @Override
public ReidentifyFileRequestReidentifyFile build() {
return new ReidentifyFileRequestReidentifyFile(file, vaultId, format, additionalProperties);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileAudioRequestDeidentifyAudioEntityTypesItem.java b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileAudioRequestDeidentifyAudioEntityTypesItem.java
index a6a1fa0e..0335ac47 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileAudioRequestDeidentifyAudioEntityTypesItem.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileAudioRequestDeidentifyAudioEntityTypesItem.java
@@ -153,7 +153,7 @@ public enum DeidentifyFileAudioRequestDeidentifyAudioEntityTypesItem {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileAudioRequestDeidentifyAudioOutputTranscription.java b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileAudioRequestDeidentifyAudioOutputTranscription.java
index a19cb5fb..22a948ca 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileAudioRequestDeidentifyAudioOutputTranscription.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileAudioRequestDeidentifyAudioOutputTranscription.java
@@ -21,7 +21,7 @@ public enum DeidentifyFileAudioRequestDeidentifyAudioOutputTranscription {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileDocumentPdfRequestDeidentifyPdfEntityTypesItem.java b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileDocumentPdfRequestDeidentifyPdfEntityTypesItem.java
index c5eac50a..aa6c578d 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileDocumentPdfRequestDeidentifyPdfEntityTypesItem.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileDocumentPdfRequestDeidentifyPdfEntityTypesItem.java
@@ -153,7 +153,7 @@ public enum DeidentifyFileDocumentPdfRequestDeidentifyPdfEntityTypesItem {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileImageRequestDeidentifyImageEntityTypesItem.java b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileImageRequestDeidentifyImageEntityTypesItem.java
index c1d3ff51..5e08b9db 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileImageRequestDeidentifyImageEntityTypesItem.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileImageRequestDeidentifyImageEntityTypesItem.java
@@ -153,7 +153,7 @@ public enum DeidentifyFileImageRequestDeidentifyImageEntityTypesItem {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileImageRequestDeidentifyImageMaskingMethod.java b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileImageRequestDeidentifyImageMaskingMethod.java
index f1d50c12..d97b3191 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileImageRequestDeidentifyImageMaskingMethod.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileImageRequestDeidentifyImageMaskingMethod.java
@@ -17,7 +17,7 @@ public enum DeidentifyFileImageRequestDeidentifyImageMaskingMethod {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyDocumentEntityTypesItem.java b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyDocumentEntityTypesItem.java
index 40f92bd0..5089bc83 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyDocumentEntityTypesItem.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyDocumentEntityTypesItem.java
@@ -153,7 +153,7 @@ public enum DeidentifyFileRequestDeidentifyDocumentEntityTypesItem {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyPresentationEntityTypesItem.java b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyPresentationEntityTypesItem.java
index d54f39eb..a7682795 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyPresentationEntityTypesItem.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyPresentationEntityTypesItem.java
@@ -153,7 +153,7 @@ public enum DeidentifyFileRequestDeidentifyPresentationEntityTypesItem {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifySpreadsheetEntityTypesItem.java b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifySpreadsheetEntityTypesItem.java
index 91df43b6..96a55f5a 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifySpreadsheetEntityTypesItem.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifySpreadsheetEntityTypesItem.java
@@ -153,7 +153,7 @@ public enum DeidentifyFileRequestDeidentifySpreadsheetEntityTypesItem {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyStructuredTextEntityTypesItem.java b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyStructuredTextEntityTypesItem.java
index e4880d05..aff014d8 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyStructuredTextEntityTypesItem.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyStructuredTextEntityTypesItem.java
@@ -153,7 +153,7 @@ public enum DeidentifyFileRequestDeidentifyStructuredTextEntityTypesItem {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyTextEntityTypesItem.java b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyTextEntityTypesItem.java
index f883cfc1..b0326561 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyTextEntityTypesItem.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestDeidentifyTextEntityTypesItem.java
@@ -153,7 +153,7 @@ public enum DeidentifyFileRequestDeidentifyTextEntityTypesItem {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestEntityTypesItem.java b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestEntityTypesItem.java
index e6d91615..9c9c84c2 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestEntityTypesItem.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/files/types/DeidentifyFileRequestEntityTypesItem.java
@@ -153,7 +153,7 @@ public enum DeidentifyFileRequestEntityTypesItem {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/guardrails/requests/DetectGuardrailsRequest.java b/src/main/java/com/skyflow/generated/rest/resources/guardrails/requests/DetectGuardrailsRequest.java
index d9485677..9063fed8 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/guardrails/requests/DetectGuardrailsRequest.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/guardrails/requests/DetectGuardrailsRequest.java
@@ -77,7 +77,7 @@ public String getVaultId() {
return vaultId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof DetectGuardrailsRequest && equalTo((DetectGuardrailsRequest) other);
@@ -95,12 +95,12 @@ private boolean equalTo(DetectGuardrailsRequest other) {
&& vaultId.equals(other.vaultId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(this.text, this.checkToxicity, this.denyTopics, this.vaultId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -158,7 +158,7 @@ public static final class Builder implements TextStage, VaultIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(DetectGuardrailsRequest other) {
text(other.getText());
checkToxicity(other.getCheckToxicity());
@@ -171,7 +171,7 @@ public Builder from(DetectGuardrailsRequest other) {
* Text to check against guardrails.Text to check against guardrails.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("text")
public VaultIdStage text(@NotNull String text) {
this.text = Objects.requireNonNull(text, "text must not be null");
@@ -182,7 +182,7 @@ public VaultIdStage text(@NotNull String text) {
* ID of the vault.ID of the vault.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("vault_id")
public _FinalStage vaultId(@NotNull String vaultId) {
this.vaultId = Objects.requireNonNull(vaultId, "vaultId must not be null");
@@ -193,7 +193,7 @@ public _FinalStage vaultId(@NotNull String vaultId) {
* List of topics to deny.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage denyTopics(List denyTopics) {
this.denyTopics = Optional.ofNullable(denyTopics);
return this;
@@ -202,7 +202,7 @@ public _FinalStage denyTopics(List denyTopics) {
/**
* List of topics to deny.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "deny_topics", nulls = Nulls.SKIP)
public _FinalStage denyTopics(Optional> denyTopics) {
this.denyTopics = denyTopics;
@@ -213,7 +213,7 @@ public _FinalStage denyTopics(Optional> denyTopics) {
* If true, checks for toxicity in the text.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage checkToxicity(Boolean checkToxicity) {
this.checkToxicity = Optional.ofNullable(checkToxicity);
return this;
@@ -222,14 +222,14 @@ public _FinalStage checkToxicity(Boolean checkToxicity) {
/**
* If true, checks for toxicity in the text.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "check_toxicity", nulls = Nulls.SKIP)
public _FinalStage checkToxicity(Optional checkToxicity) {
this.checkToxicity = checkToxicity;
return this;
}
- @java.lang.Override
+ @Override
public DetectGuardrailsRequest build() {
return new DetectGuardrailsRequest(text, checkToxicity, denyTopics, vaultId, additionalProperties);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/query/requests/QueryServiceExecuteQueryBody.java b/src/main/java/com/skyflow/generated/rest/resources/query/requests/QueryServiceExecuteQueryBody.java
index dfa21d15..60565eb5 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/query/requests/QueryServiceExecuteQueryBody.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/query/requests/QueryServiceExecuteQueryBody.java
@@ -37,7 +37,7 @@ public Optional getQuery() {
return query;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof QueryServiceExecuteQueryBody && equalTo((QueryServiceExecuteQueryBody) other);
@@ -52,12 +52,12 @@ private boolean equalTo(QueryServiceExecuteQueryBody other) {
return query.equals(other.query);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(this.query);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/AsyncRawRecordsClient.java b/src/main/java/com/skyflow/generated/rest/resources/records/AsyncRawRecordsClient.java
index d63d1b48..a810f142 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/AsyncRawRecordsClient.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/AsyncRawRecordsClient.java
@@ -753,10 +753,8 @@ public CompletableFuture> fileServ
"file", file.get().getName(), RequestBody.create(file.get(), fileMimeTypeMediaType));
}
if (request.getColumnName().isPresent()) {
- body.addFormDataPart(
- "columnName",
- ObjectMappers.JSON_MAPPER.writeValueAsString(
- request.getColumnName().get()));
+ QueryStringMapper.addFormDataPart(
+ body, "columnName", request.getColumnName().get(), false);
}
} catch (Exception e) {
throw new RuntimeException(e);
@@ -979,22 +977,21 @@ public CompletableFuture> uploadFile
.build();
MultipartBody.Builder body = new MultipartBody.Builder().setType(MultipartBody.FORM);
try {
- body.addFormDataPart("tableName", ObjectMappers.JSON_MAPPER.writeValueAsString(request.getTableName()));
- body.addFormDataPart("columnName", ObjectMappers.JSON_MAPPER.writeValueAsString(request.getColumnName()));
+ QueryStringMapper.addFormDataPart(body, "tableName", request.getTableName(), false);
+ QueryStringMapper.addFormDataPart(body, "columnName", request.getColumnName(), false);
String fileMimeType = Files.probeContentType(file.toPath());
MediaType fileMimeTypeMediaType = fileMimeType != null ? MediaType.parse(fileMimeType) : null;
body.addFormDataPart("file", file.getName(), RequestBody.create(file, fileMimeTypeMediaType));
if (request.getSkyflowId().isPresent()) {
- body.addFormDataPart(
- "skyflowID",
- ObjectMappers.JSON_MAPPER.writeValueAsString(
- request.getSkyflowId().get()));
+ QueryStringMapper.addFormDataPart(
+ body, "skyflowID", request.getSkyflowId().get(), false);
}
if (request.getReturnFileMetadata().isPresent()) {
- body.addFormDataPart(
+ QueryStringMapper.addFormDataPart(
+ body,
"returnFileMetadata",
- ObjectMappers.JSON_MAPPER.writeValueAsString(
- request.getReturnFileMetadata().get()));
+ request.getReturnFileMetadata().get(),
+ false);
}
} catch (Exception e) {
throw new RuntimeException(e);
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/RawRecordsClient.java b/src/main/java/com/skyflow/generated/rest/resources/records/RawRecordsClient.java
index eb83fa7c..d1b607a0 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/RawRecordsClient.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/RawRecordsClient.java
@@ -641,10 +641,8 @@ public ApiClientHttpResponse fileServiceUploadFile(
"file", file.get().getName(), RequestBody.create(file.get(), fileMimeTypeMediaType));
}
if (request.getColumnName().isPresent()) {
- body.addFormDataPart(
- "columnName",
- ObjectMappers.JSON_MAPPER.writeValueAsString(
- request.getColumnName().get()));
+ QueryStringMapper.addFormDataPart(
+ body, "columnName", request.getColumnName().get(), false);
}
} catch (Exception e) {
throw new RuntimeException(e);
@@ -823,22 +821,21 @@ public ApiClientHttpResponse uploadFileV2(
.build();
MultipartBody.Builder body = new MultipartBody.Builder().setType(MultipartBody.FORM);
try {
- body.addFormDataPart("tableName", ObjectMappers.JSON_MAPPER.writeValueAsString(request.getTableName()));
- body.addFormDataPart("columnName", ObjectMappers.JSON_MAPPER.writeValueAsString(request.getColumnName()));
+ QueryStringMapper.addFormDataPart(body, "tableName", request.getTableName(), false);
+ QueryStringMapper.addFormDataPart(body, "columnName", request.getColumnName(), false);
String fileMimeType = Files.probeContentType(file.toPath());
MediaType fileMimeTypeMediaType = fileMimeType != null ? MediaType.parse(fileMimeType) : null;
body.addFormDataPart("file", file.getName(), RequestBody.create(file, fileMimeTypeMediaType));
if (request.getSkyflowId().isPresent()) {
- body.addFormDataPart(
- "skyflowID",
- ObjectMappers.JSON_MAPPER.writeValueAsString(
- request.getSkyflowId().get()));
+ QueryStringMapper.addFormDataPart(
+ body, "skyflowID", request.getSkyflowId().get(), false);
}
if (request.getReturnFileMetadata().isPresent()) {
- body.addFormDataPart(
+ QueryStringMapper.addFormDataPart(
+ body,
"returnFileMetadata",
- ObjectMappers.JSON_MAPPER.writeValueAsString(
- request.getReturnFileMetadata().get()));
+ request.getReturnFileMetadata().get(),
+ false);
}
} catch (Exception e) {
throw new RuntimeException(e);
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/requests/FileServiceUploadFileRequest.java b/src/main/java/com/skyflow/generated/rest/resources/records/requests/FileServiceUploadFileRequest.java
index 8152e4d7..fe805970 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/requests/FileServiceUploadFileRequest.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/requests/FileServiceUploadFileRequest.java
@@ -37,7 +37,7 @@ public Optional getColumnName() {
return columnName;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof FileServiceUploadFileRequest && equalTo((FileServiceUploadFileRequest) other);
@@ -52,12 +52,12 @@ private boolean equalTo(FileServiceUploadFileRequest other) {
return columnName.equals(other.columnName);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(this.columnName);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceBatchOperationBody.java b/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceBatchOperationBody.java
index 33b92483..48586839 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceBatchOperationBody.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceBatchOperationBody.java
@@ -63,7 +63,7 @@ public Optional getByot() {
return byot;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof RecordServiceBatchOperationBody && equalTo((RecordServiceBatchOperationBody) other);
@@ -80,12 +80,12 @@ private boolean equalTo(RecordServiceBatchOperationBody other) {
&& byot.equals(other.byot);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(this.records, this.continueOnError, this.byot);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceBulkDeleteRecordBody.java b/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceBulkDeleteRecordBody.java
index b2c991f9..b417adbb 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceBulkDeleteRecordBody.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceBulkDeleteRecordBody.java
@@ -39,7 +39,7 @@ public Optional> getSkyflowIds() {
return skyflowIds;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof RecordServiceBulkDeleteRecordBody && equalTo((RecordServiceBulkDeleteRecordBody) other);
@@ -54,12 +54,12 @@ private boolean equalTo(RecordServiceBulkDeleteRecordBody other) {
return skyflowIds.equals(other.skyflowIds);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(this.skyflowIds);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceBulkGetRecordRequest.java b/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceBulkGetRecordRequest.java
index f8cccf09..22c9090c 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceBulkGetRecordRequest.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceBulkGetRecordRequest.java
@@ -151,7 +151,7 @@ public Optional getOrderBy() {
return orderBy;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof RecordServiceBulkGetRecordRequest && equalTo((RecordServiceBulkGetRecordRequest) other);
@@ -175,7 +175,7 @@ private boolean equalTo(RecordServiceBulkGetRecordRequest other) {
&& orderBy.equals(other.orderBy);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.skyflowIds,
@@ -190,7 +190,7 @@ public int hashCode() {
this.orderBy);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceGetRecordRequest.java b/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceGetRecordRequest.java
index 0fa5319d..eef17665 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceGetRecordRequest.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceGetRecordRequest.java
@@ -78,7 +78,7 @@ public Optional getDownloadUrl() {
return downloadUrl;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof RecordServiceGetRecordRequest && equalTo((RecordServiceGetRecordRequest) other);
@@ -96,12 +96,12 @@ private boolean equalTo(RecordServiceGetRecordRequest other) {
&& downloadUrl.equals(other.downloadUrl);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(this.fields, this.redaction, this.tokenization, this.downloadUrl);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceInsertRecordBody.java b/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceInsertRecordBody.java
index 4ac78692..e1de00f7 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceInsertRecordBody.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceInsertRecordBody.java
@@ -87,7 +87,7 @@ public Optional getByot() {
return byot;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof RecordServiceInsertRecordBody && equalTo((RecordServiceInsertRecordBody) other);
@@ -106,12 +106,12 @@ private boolean equalTo(RecordServiceInsertRecordBody other) {
&& byot.equals(other.byot);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(this.records, this.tokenization, this.upsert, this.homogeneous, this.byot);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceUpdateRecordBody.java b/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceUpdateRecordBody.java
index 19e0ae23..e52af2e4 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceUpdateRecordBody.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/requests/RecordServiceUpdateRecordBody.java
@@ -59,7 +59,7 @@ public Optional getByot() {
return byot;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof RecordServiceUpdateRecordBody && equalTo((RecordServiceUpdateRecordBody) other);
@@ -74,12 +74,12 @@ private boolean equalTo(RecordServiceUpdateRecordBody other) {
return record.equals(other.record) && tokenization.equals(other.tokenization) && byot.equals(other.byot);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(this.record, this.tokenization, this.byot);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/requests/UploadFileV2Request.java b/src/main/java/com/skyflow/generated/rest/resources/records/requests/UploadFileV2Request.java
index ca26f0d3..f162530c 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/requests/UploadFileV2Request.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/requests/UploadFileV2Request.java
@@ -76,7 +76,7 @@ public Optional getReturnFileMetadata() {
return returnFileMetadata;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof UploadFileV2Request && equalTo((UploadFileV2Request) other);
@@ -94,12 +94,12 @@ private boolean equalTo(UploadFileV2Request other) {
&& returnFileMetadata.equals(other.returnFileMetadata);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(this.tableName, this.columnName, this.skyflowId, this.returnFileMetadata);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -157,7 +157,7 @@ public static final class Builder implements TableNameStage, ColumnNameStage, _F
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(UploadFileV2Request other) {
tableName(other.getTableName());
columnName(other.getColumnName());
@@ -170,7 +170,7 @@ public Builder from(UploadFileV2Request other) {
* Name of the table to upload the file to.Name of the table to upload the file to.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("tableName")
public ColumnNameStage tableName(@NotNull String tableName) {
this.tableName = Objects.requireNonNull(tableName, "tableName must not be null");
@@ -181,7 +181,7 @@ public ColumnNameStage tableName(@NotNull String tableName) {
* Name of the column to upload the file to. The column must have a `file` data type.Name of the column to upload the file to. The column must have a file data type.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("columnName")
public _FinalStage columnName(@NotNull String columnName) {
this.columnName = Objects.requireNonNull(columnName, "columnName must not be null");
@@ -192,7 +192,7 @@ public _FinalStage columnName(@NotNull String columnName) {
* If true, returns metadata about the uploaded file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage returnFileMetadata(Boolean returnFileMetadata) {
this.returnFileMetadata = Optional.ofNullable(returnFileMetadata);
return this;
@@ -201,7 +201,7 @@ public _FinalStage returnFileMetadata(Boolean returnFileMetadata) {
/**
* If true, returns metadata about the uploaded file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "returnFileMetadata", nulls = Nulls.SKIP)
public _FinalStage returnFileMetadata(Optional returnFileMetadata) {
this.returnFileMetadata = returnFileMetadata;
@@ -212,7 +212,7 @@ public _FinalStage returnFileMetadata(Optional returnFileMetadata) {
* Skyflow ID of the record to upload the file to. If skyflowID isn't specified, a new record will be created.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage skyflowId(String skyflowId) {
this.skyflowId = Optional.ofNullable(skyflowId);
return this;
@@ -221,14 +221,14 @@ public _FinalStage skyflowId(String skyflowId) {
/**
* Skyflow ID of the record to upload the file to. If skyflowID isn't specified, a new record will be created.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "skyflowID", nulls = Nulls.SKIP)
public _FinalStage skyflowId(Optional skyflowId) {
this.skyflowId = skyflowId;
return this;
}
- @java.lang.Override
+ @Override
public UploadFileV2Request build() {
return new UploadFileV2Request(tableName, columnName, skyflowId, returnFileMetadata, additionalProperties);
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/types/RecordServiceBulkGetRecordRequestOrderBy.java b/src/main/java/com/skyflow/generated/rest/resources/records/types/RecordServiceBulkGetRecordRequestOrderBy.java
index 2563652f..1f25b38d 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/types/RecordServiceBulkGetRecordRequestOrderBy.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/types/RecordServiceBulkGetRecordRequestOrderBy.java
@@ -19,7 +19,7 @@ public enum RecordServiceBulkGetRecordRequestOrderBy {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/types/RecordServiceBulkGetRecordRequestRedaction.java b/src/main/java/com/skyflow/generated/rest/resources/records/types/RecordServiceBulkGetRecordRequestRedaction.java
index b20f2541..12bbc291 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/types/RecordServiceBulkGetRecordRequestRedaction.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/types/RecordServiceBulkGetRecordRequestRedaction.java
@@ -21,7 +21,7 @@ public enum RecordServiceBulkGetRecordRequestRedaction {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/records/types/RecordServiceGetRecordRequestRedaction.java b/src/main/java/com/skyflow/generated/rest/resources/records/types/RecordServiceGetRecordRequestRedaction.java
index 468e3edd..4f546262 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/records/types/RecordServiceGetRecordRequestRedaction.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/records/types/RecordServiceGetRecordRequestRedaction.java
@@ -21,7 +21,7 @@ public enum RecordServiceGetRecordRequestRedaction {
}
@JsonValue
- @java.lang.Override
+ @Override
public String toString() {
return this.value;
}
diff --git a/src/main/java/com/skyflow/generated/rest/resources/strings/requests/DeidentifyStringRequest.java b/src/main/java/com/skyflow/generated/rest/resources/strings/requests/DeidentifyStringRequest.java
index 522142aa..943ddde4 100644
--- a/src/main/java/com/skyflow/generated/rest/resources/strings/requests/DeidentifyStringRequest.java
+++ b/src/main/java/com/skyflow/generated/rest/resources/strings/requests/DeidentifyStringRequest.java
@@ -122,7 +122,7 @@ public Optional getConfigurationId() {
return configurationId;
}
- @java.lang.Override
+ @Override
public boolean equals(Object other) {
if (this == other) return true;
return other instanceof DeidentifyStringRequest && equalTo((DeidentifyStringRequest) other);
@@ -144,7 +144,7 @@ private boolean equalTo(DeidentifyStringRequest other) {
&& configurationId.equals(other.configurationId);
}
- @java.lang.Override
+ @Override
public int hashCode() {
return Objects.hash(
this.text,
@@ -157,7 +157,7 @@ public int hashCode() {
this.configurationId);
}
- @java.lang.Override
+ @Override
public String toString() {
return ObjectMappers.stringify(this);
}
@@ -245,7 +245,7 @@ public static final class Builder implements TextStage, VaultIdStage, _FinalStag
private Builder() {}
- @java.lang.Override
+ @Override
public Builder from(DeidentifyStringRequest other) {
text(other.getText());
vaultId(other.getVaultId());
@@ -262,7 +262,7 @@ public Builder from(DeidentifyStringRequest other) {
* Text to de-identify.Text to de-identify.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("text")
public VaultIdStage text(@NotNull String text) {
this.text = Objects.requireNonNull(text, "text must not be null");
@@ -273,7 +273,7 @@ public VaultIdStage text(@NotNull String text) {
* ID of a vault that you have Detect Invoker or Vault Owner permissions for.ID of a vault that you have Detect Invoker or Vault Owner permissions for.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
@JsonSetter("vault_id")
public _FinalStage vaultId(@NotNull String vaultId) {
this.vaultId = Objects.requireNonNull(vaultId, "vaultId must not be null");
@@ -284,7 +284,7 @@ public _FinalStage vaultId(@NotNull String vaultId) {
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage configurationId(String configurationId) {
this.configurationId = Optional.ofNullable(configurationId);
return this;
@@ -293,20 +293,20 @@ public _FinalStage configurationId(String configurationId) {
/**
* ID of the Detect configuration to use for de-identification. Can't be specified with fields other than vault_id, text, and file.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "configuration_id", nulls = Nulls.SKIP)
public _FinalStage configurationId(Optional configurationId) {
this.configurationId = configurationId;
return this;
}
- @java.lang.Override
+ @Override
public _FinalStage transformations(Transformations transformations) {
this.transformations = Optional.ofNullable(transformations);
return this;
}
- @java.lang.Override
+ @Override
@JsonSetter(value = "transformations", nulls = Nulls.SKIP)
public _FinalStage transformations(Optional transformations) {
this.transformations = transformations;
@@ -317,7 +317,7 @@ public _FinalStage transformations(Optional transformations) {
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage restrictRegex(List restrictRegex) {
this.restrictRegex = Optional.ofNullable(restrictRegex);
return this;
@@ -326,7 +326,7 @@ public _FinalStage restrictRegex(List restrictRegex) {
/**
* Regular expressions to replace with '[RESTRICTED]'. Expressions must match the entirety of a detected entity, not just a substring, for the entity to be restricted. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext. If a string is detected as an entity and a restrict_regex pattern matches the entire detected entity, the entity is replaced with '[RESTRICTED]'. If a string is detected as an entity but a restrict_regex pattern only matches a substring of it, the restrict_regex pattern is ignored, and the entity is processed according to the specified tokenization and transformation settings.
*/
- @java.lang.Override
+ @Override
@JsonSetter(value = "restrict_regex", nulls = Nulls.SKIP)
public _FinalStage restrictRegex(Optional> restrictRegex) {
this.restrictRegex = restrictRegex;
@@ -337,7 +337,7 @@ public _FinalStage restrictRegex(Optional> restrictRegex) {
* Regular expressions to display in plaintext. Entities appear in plaintext if an expression matches either the entirety of a detected entity or a substring of it. Expressions don't match across entity boundaries. If a string or entity matches both allow_regex and restrict_regex, the entity is displayed in plaintext.
* @return Reference to {@code this} so that method calls can be chained together.
*/
- @java.lang.Override
+ @Override
public _FinalStage allowRegex(List allowRegex) {
this.allowRegex = Optional.ofNullable(allowRegex);
return this;
@@ -346,20 +346,20 @@ public _FinalStage allowRegex(List allowRegex) {
/**
*