SK-3131 unary operations in java flowvault sdk - #427
Merged
skyflow-bharti merged 6 commits intoSep 9, 2026
Merged
Conversation
Contract baseline change detected (
|
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Enum | InterfaceName |
Enum<E> |
JDK 8 |
Fields
| Status | Modifiers | Type | Name | Annotations | Compatibility Changes |
|---|---|---|---|---|---|
| Added | public static final |
InterfaceName |
DELETE_RECORDS |
||
| Added | public static final |
InterfaceName |
UPDATE |
com.skyflow.enums.UpdateType
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | final public |
Enum | UpdateType |
Enum<E> |
JDK 8 |
Implemented Interfaces
| Status | Interface | Compatibility Changes |
|---|---|---|
| Added | Serializable |
|
| Added | Comparable<T> |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
UpdateType |
valueOf(String) |
||||
| Added | static public |
UpdateType[] |
values() |
Fields
| Status | Modifiers | Type | Name | Annotations | Compatibility Changes |
|---|---|---|---|---|---|
| Added | public static final |
UpdateType |
REPLACE |
||
| Added | public static final |
UpdateType |
UPDATE |
com.skyflow.errors.ErrorMessage
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Enum | ErrorMessage |
Enum<E> |
JDK 8 |
Fields
| Status | Modifiers | Type | Name | Annotations | Compatibility Changes |
|---|---|---|---|---|---|
| Added | public static final |
ErrorMessage |
DeleteRequestNull |
||
| Added | public static final |
ErrorMessage |
EmptySkyflowIdInRecord |
||
| Added | public static final |
ErrorMessage |
GetRequestNull |
||
| Added | public static final |
ErrorMessage |
InvalidBulkTokenizeRecordType |
||
| Added | public static final |
ErrorMessage |
NullCredentials |
||
| Added | public static final |
ErrorMessage |
NullVaultConfig |
||
| Added | public static final |
ErrorMessage |
QueryRequestNull |
||
| Added | public static final |
ErrorMessage |
RecordSkyflowIdKeyError |
||
| Added | public static final |
ErrorMessage |
UpdateRecordNull |
||
| Added | public static final |
ErrorMessage |
UpdateRequestNull |
com.skyflow.serviceaccount.util.BearerToken
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BearerToken |
Object |
JDK 8 |
com.skyflow.vault.controller.VaultController
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | final public |
Class | VaultController |
null | JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
DeleteResponse |
delete(DeleteRequest) |
SkyflowException |
|||
| Added | public |
DeleteResponse |
delete(DeleteRequest, DeleteOptions) |
SkyflowException |
|||
| Added | public |
DetokenizeResponse |
detokenize(DetokenizeRequest) |
SkyflowException |
|||
| Added | public |
DetokenizeResponse |
detokenize(DetokenizeRequest, DetokenizeOptions) |
SkyflowException |
|||
| Added | public |
GetResponse |
get(GetRequest) |
SkyflowException |
|||
| Added | public |
GetResponse |
get(GetRequest, GetOptions) |
SkyflowException |
|||
| Added | public |
InsertResponse |
insert(InsertRequest) |
SkyflowException |
|||
| Added | public |
InsertResponse |
insert(InsertRequest, InsertOptions) |
SkyflowException |
|||
| Added | public |
QueryResponse |
query(QueryRequest) |
SkyflowException |
|||
| Added | public |
QueryResponse |
query(QueryRequest, QueryOptions) |
SkyflowException |
|||
| Added | public |
UpdateResponse |
update(UpdateRequest) |
SkyflowException |
|||
| Added | public |
UpdateResponse |
update(UpdateRequest, UpdateOptions) |
SkyflowException |
com.skyflow.vault.data.BulkDetokenizeResponse
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BulkDetokenizeResponse |
Object |
JDK 8 |
com.skyflow.vault.data.BulkDetokenizeResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BulkDetokenizeResponseRecord |
DetokenizeResponseRecord |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | public |
BulkDetokenizeResponseRecordint, String, Object, String, DetokenizeMetadata, int, String, String) |
||||
| Added | public |
BulkDetokenizeResponseRecord(int, String, Object, String, DetokenizeResponseRecordMetadata, int, String, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
String |
getRequestId |
com.skyflow.vault.data.BulkInsertResponse
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BulkInsertResponse |
Object |
JDK 8 |
com.skyflow.vault.data.BulkInsertResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | BulkInsertResponseRecord |
InsertResponseRecord |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Map<String, Object> |
getFields() |
Deprecated: forRemoval=true, since="1.0.2" |
|||
| Removed | public |
String |
getRequestId |
com.skyflow.vault.data.ColumnRedactions
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | ColumnRedactions |
Object |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
ColumnRedactionsBuilder |
builder() |
||||
| Added | public |
String |
getColumnName() |
||||
| Added | public |
String |
getRedaction() |
com.skyflow.vault.data.ColumnRedactions$ColumnRedactionsBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | final static public |
Class | ColumnRedactionsBuilder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
ColumnRedactionsBuilder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
ColumnRedactions |
build() |
||||
| Added | public |
ColumnRedactionsBuilder |
columnName(String) |
||||
| Added | public |
ColumnRedactionsBuilder |
redaction(String) |
com.skyflow.vault.data.DeleteOptions
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | DeleteOptions |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
DeleteOptions(Builder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Builder |
builder() |
||||
| Added | public |
RequestInterceptor |
getInterceptor() |
com.skyflow.vault.data.DeleteOptions$Builder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Class | Builder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
Builder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
DeleteOptions |
build() |
||||
| Added | public |
Builder |
interceptor(RequestInterceptor) |
com.skyflow.vault.data.DeleteRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | DeleteRequest |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
DeleteRequest(DeleteRequestBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
DeleteRequestBuilder |
builder() |
||||
| Added | public |
List<String> |
getIds() |
||||
| Added | public |
String |
getTable() |
||||
| Added | public |
List<Map<String, Object>> |
getUniqueValues() |
com.skyflow.vault.data.DeleteRequest$DeleteRequestBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | final static public |
Class | DeleteRequestBuilder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
DeleteRequestBuilder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
DeleteRequest |
build() |
||||
| Added | public |
DeleteRequestBuilder |
ids(List<String>) |
||||
| Added | public |
DeleteRequestBuilder |
table(String) |
||||
| Added | public |
DeleteRequestBuilder |
uniqueValues(List<Map<String, Object>>) |
com.skyflow.vault.data.DeleteResponse
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | DeleteResponse |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
DeleteResponse(List<DeleteResponseRecord>) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
List<DeleteResponseRecord> |
getRecords() |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.DeleteResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | DeleteResponseRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
DeleteResponseRecord(String, Integer, String, String) |
||||
| Added | public |
DeleteResponseRecord(String, Integer, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
String |
getError() |
||||
| Added | public |
Integer |
getHttpCode() |
||||
| Added | public |
String |
getRequestId() |
||||
| Added | public |
String |
getSkyflowId() |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.DetokenizeMetadata
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
DetokenizeMetadata |
Object |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | public |
DetokenizeMetadataString, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
String |
getSkyflowId |
||||
| Removed | public |
String |
getTableName |
||||
| Removed | staticpublic |
DetokenizeMetadata |
parseMetadataMap<String, Object>) |
||||
| Removed | public |
String |
toString |
com.skyflow.vault.data.DetokenizeResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | DetokenizeResponseRecord |
BaseDetokenizeRecordResponse |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | public |
DetokenizeResponseRecordString, Object, String, DetokenizeMetadata, int, String) |
||||
| Added | public |
DetokenizeResponseRecord(String, Object, String, DetokenizeResponseRecordMetadata, int, String, String) |
||||
| Added | public |
DetokenizeResponseRecord(String, Object, String, DetokenizeResponseRecordMetadata, int, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
DetokenizeMetadataDetokenizeResponseRecordMetadata |
getMetadata() |
||||
| Added | public |
String |
getRequestId() |
com.skyflow.vault.data.DetokenizeResponseRecordMetadata
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | DetokenizeResponseRecordMetadata |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
DetokenizeResponseRecordMetadata(String, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
String |
getSkyflowId() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | static public |
DetokenizeResponseRecordMetadata |
parseMetadata(Map<String, Object>) |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.GetOptions
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | GetOptions |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
GetOptions(Builder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Builder |
builder() |
||||
| Added | public |
RequestInterceptor |
getInterceptor() |
com.skyflow.vault.data.GetOptions$Builder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Class | Builder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
Builder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
GetOptions |
build() |
||||
| Added | public |
Builder |
interceptor(RequestInterceptor) |
com.skyflow.vault.data.GetRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | GetRequest |
BaseGetRequest |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
GetRequest(GetRequestBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
GetRequestBuilder |
builder() |
||||
| Added | public |
List<ColumnRedactions> |
getColumnRedactions() |
||||
| Added | public |
Integer |
getLimit() |
||||
| Added | public |
Integer |
getOffset() |
||||
| Added | public |
List<GetRequestRecord> |
getRecords() |
||||
| Added | public |
List<Map<String, Object>> |
getUniqueValues() |
com.skyflow.vault.data.GetRequest$GetRequestBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | final static public |
Class | GetRequestBuilder |
BaseGetRequestBuilder |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
GetRequest |
build() |
||||
| Added | public |
GetRequestBuilder |
columnRedactions(List<ColumnRedactions>) |
||||
| Added | public |
GetRequestBuilder |
fields(ArrayList<String>) |
||||
| Added | public |
GetRequestBuilder |
ids(ArrayList<String>) |
||||
| Added | public |
GetRequestBuilder |
limit(Integer) |
||||
| Added | public |
GetRequestBuilder |
offset(Integer) |
||||
| Added | public |
GetRequestBuilder |
records(List<GetRequestRecord>) |
||||
| Added | public |
GetRequestBuilder |
table(String) |
||||
| Added | public |
GetRequestBuilder |
uniqueValues(List<Map<String, Object>>) |
com.skyflow.vault.data.GetRequestRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | GetRequestRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
GetRequestRecord(GetRequestRecordBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
GetRequestRecordBuilder |
builder() |
||||
| Added | public |
List<ColumnRedactions> |
getColumnRedactions() |
||||
| Added | public |
List<String> |
getFields() |
||||
| Added | public |
List<String> |
getIds() |
||||
| Added | public |
String |
getTable() |
||||
| Added | public |
List<Map<String, Object>> |
getUniqueValues() |
com.skyflow.vault.data.GetRequestRecord$GetRequestRecordBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | final static public |
Class | GetRequestRecordBuilder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
GetRequestRecordBuilder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
GetRequestRecord |
build() |
||||
| Added | public |
GetRequestRecordBuilder |
columnRedactions(List<ColumnRedactions>) |
||||
| Added | public |
GetRequestRecordBuilder |
fields(List<String>) |
||||
| Added | public |
GetRequestRecordBuilder |
ids(List<String>) |
||||
| Added | public |
GetRequestRecordBuilder |
table(String) |
||||
| Added | public |
GetRequestRecordBuilder |
uniqueValues(List<Map<String, Object>>) |
com.skyflow.vault.data.GetResponse
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | GetResponse |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
GetResponse(List<GetResponseRecord>) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
List<GetResponseRecord> |
getRecords() |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.GetResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | GetResponseRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
GetResponseRecord(String, String, Map<String, List<Token>>, Map<String, Object>, Map<String, Object>, int, String, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Map<String, Object> |
getData() |
||||
| Added | public |
String |
getError() |
||||
| Added | public |
Map<String, Object> |
getHashedData() |
||||
| Added | public |
int |
getHttpCode() |
||||
| Added | public |
String |
getRequestId() |
||||
| Added | public |
String |
getSkyflowId() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | public |
Map<String, List<Token>> |
getTokens() |
com.skyflow.vault.data.InsertResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Modified | public |
Class | InsertResponseRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Removed | public |
InsertResponseRecordString, String, Map<String, List<Token>>, Map<String, Object>, Map<String, Object>, int, String) |
||||
| Removed | public |
InsertResponseRecordString, String, Map<String, List<Token>>, Map<String, Object>, int, String) |
DeprecatedforRemovaltruesince"1.0.2" |
|||
| Added | public |
InsertResponseRecord(String, String, Map<String, List<Token>>, Map<String, Object>, Map<String, Object>, int, String, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Removed | public |
Map<String, Object> |
getFields |
DeprecatedforRemovaltruesince"1.0.2" |
|||
| Added | public |
String |
getRequestId() |
com.skyflow.vault.data.QueryOptions
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | QueryOptions |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
QueryOptions(Builder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Builder |
builder() |
||||
| Added | public |
RequestInterceptor |
getInterceptor() |
com.skyflow.vault.data.QueryOptions$Builder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Class | Builder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
Builder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
QueryOptions |
build() |
||||
| Added | public |
Builder |
interceptor(RequestInterceptor) |
com.skyflow.vault.data.QueryRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | QueryRequest |
BaseQueryRequest |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
QueryRequest(QueryRequestBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
QueryRequestBuilder |
builder() |
com.skyflow.vault.data.QueryRequest$QueryRequestBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | final static public |
Class | QueryRequestBuilder |
BaseQueryRequestBuilder |
JDK 8 |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
QueryRequest |
build() |
||||
| Added | public |
QueryRequestBuilder |
query(String) |
com.skyflow.vault.data.QueryResponse
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | QueryResponse |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
QueryResponse(List<QueryResponseRecord>, QueryResponseMetadata) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
QueryResponseMetadata |
getMetadata() |
||||
| Added | public |
List<QueryResponseRecord> |
getRecords() |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.QueryResponseMetadata
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | QueryResponseMetadata |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
QueryResponseMetadata(List<String>) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
List<String> |
getColumns() |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.QueryResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | QueryResponseRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
QueryResponseRecord(Map<String, Object>) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Map<String, Object> |
getData() |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.UpdateOptions
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | UpdateOptions |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
UpdateOptions(Builder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Builder |
builder() |
||||
| Added | public |
RequestInterceptor |
getInterceptor() |
com.skyflow.vault.data.UpdateOptions$Builder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Class | Builder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
Builder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
UpdateOptions |
build() |
||||
| Added | public |
Builder |
interceptor(RequestInterceptor) |
com.skyflow.vault.data.UpdateRequest
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | UpdateRequest |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
UpdateRequest(UpdateRequestBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
UpdateRequestBuilder |
builder() |
||||
| Added | public |
List<UpdateRequestRecord> |
getRecords() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | public |
UpdateType |
getUpdateType() |
com.skyflow.vault.data.UpdateRequest$UpdateRequestBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Class | UpdateRequestBuilder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
UpdateRequestBuilder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
UpdateRequest |
build() |
||||
| Added | public |
UpdateRequestBuilder |
records(List<UpdateRequestRecord>) |
||||
| Added | public |
UpdateRequestBuilder |
tableName(String) |
||||
| Added | public |
UpdateRequestBuilder |
updateType(UpdateType) |
com.skyflow.vault.data.UpdateRequestRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | UpdateRequestRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
UpdateRequestRecord(UpdateRequestRecordBuilder) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
UpdateRequestRecordBuilder |
builder() |
||||
| Added | public |
Map<String, Object> |
getData() |
||||
| Added | public |
String |
getSkyflowId() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | public |
Map<String, Object> |
getTokens() |
com.skyflow.vault.data.UpdateRequestRecord$UpdateRequestRecordBuilder
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | static public |
Class | UpdateRequestRecordBuilder |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | protected |
UpdateRequestRecordBuilder() |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
UpdateRequestRecord |
build() |
||||
| Added | public |
UpdateRequestRecordBuilder |
data(Map<String, Object>) |
||||
| Added | public |
UpdateRequestRecordBuilder |
skyflowId(String) |
||||
| Added | public |
UpdateRequestRecordBuilder |
tableName(String) |
||||
| Added | public |
UpdateRequestRecordBuilder |
tokens(Map<String, Object>) |
com.skyflow.vault.data.UpdateResponse
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | UpdateResponse |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
UpdateResponse(List<UpdateResponseRecord>) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
List<UpdateResponseRecord> |
getRecords() |
||||
| Added | public |
String |
toString() |
com.skyflow.vault.data.UpdateResponseRecord
- Binary-compatible
- Source-compatible
- Serialization-compatible
| Status | Modifiers | Type | Name | Extends | JDK | Serialization | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Class | UpdateResponseRecord |
Object |
JDK 8 |
Constructors
| Status | Modifiers | Generics | Constructor | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|
| Added | public |
UpdateResponseRecord(String, String, Map<String, List<Token>>, Map<String, Object>, Map<String, Object>, int, String, String) |
Methods
| Status | Modifiers | Generics | Type | Method | Annotations | Throws | Compatibility Changes |
|---|---|---|---|---|---|---|---|
| Added | public |
Map<String, Object> |
getData() |
||||
| Added | public |
String |
getError() |
||||
| Added | public |
Map<String, Object> |
getHashedData() |
||||
| Added | public |
int |
getHttpCode() |
||||
| Added | public |
String |
getRequestId() |
||||
| Added | public |
String |
getSkyflowId() |
||||
| Added | public |
String |
getTableName() |
||||
| Added | public |
Map<String, List<Token>> |
getTokens() |
Warning
All missing classes, i.e. superclasses and interfaces that could not be found on the classpath were ignored.
Hence changes caused by these superclasses and interfaces are not reflected in the output.
Generated on: 2026-09-09 11:54:14.243+0000.
Devesh-Skyflow
approved these changes
Sep 9, 2026
skyflow-bharti
merged commit Sep 9, 2026
47fc68a
into
flowvault-release/26.9.1
32 of 37 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.