All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.starkinfra.PixKey Maven / Gradle / Ivy

Go to download

Welcome to the Stark Infra Java SDK! This tool is made for Java developers who want to easily integrate with our API. This SDK version is compatible with the Stark Infra API v2.

There is a newer version: 0.11.2
Show newest version
package com.starkinfra;

import com.starkinfra.utils.Rest;
import com.starkinfra.utils.Resource;
import com.starkinfra.utils.Generator;
import com.starkinfra.utils.SubResource;
import com.starkinfra.error.ErrorElement;


import java.util.Map;
import java.util.List;
import java.util.HashMap;
import java.util.ArrayList;


public final class PixKey extends Resource {
    /**
     * PixKey object
     * 

* PixKeys link bank account information to key ids. * Key ids are a convenient way to search and pass bank account information. *

* When you initialize a PixKey, the entity will not be automatically * created in the Stark Infra API. The 'create' function sends the objects * to the Stark Infra API and returns the created object. *

* Parameters: * accountCreated [string]: opening Date or Datetime for the linked account. ex: "2022-01-01". * accountNumber [string]: number of the linked account. ex: "76543". * accountType [string]: type of the linked account. Options: "checking", "savings", "salary" or "payment". * branchCode [string]: branch code of the linked account. ex: 1234". * name [string]: holder's name of the linked account. ex: "Jamie Lannister". * taxId [string]: holder's taxId (CPF/CNPJ) of the linked account. ex: "012.345.678-90". * id [string, default null]: id of the registered PixKey. Allowed types are: CPF, CNPJ, phone number or email. If this parameter is not passed, an EVP will be created. ex: "+5511989898989"; * tags [list of strings, default null]: list of strings for reference when searching for PixKeys. ex: ["employees", "monthly"] * owned [string]: datetime when the key was owned by the holder. ex: "2022-04-13 00:37:47.393+00:00" * ownerType [string]: type of the owner of the PixKey. Options: "business" or "individual". * status [string]: current PixKey status. Options: "created", "registered", "canceled", "failed" * bankCode [string]: bankCode of the account linked to the PixKey. ex: "20018183". * bankName [string]: name of the bank that holds the account linked to the PixKey. ex: "StarkBank" * type [string]: type of the PixKey. Options: "cpf", "cnpj", "phone", "email" and "evp", * created [string]: creation datetime for the PixKey. ex: "2020-03-10 10:30:00.000000+00:00" * */ static ClassData data = new ClassData(PixKey.class, "PixKey"); public String accountCreated; public String accountNumber; public String accountType; public String branchCode; public String name; public String taxId; public String[] tags; public String owned; public String ownerType; public String status; public String bankCode; public String bankName; public String type; public String created; /** * PixKey object *

* PixKeys link bank account information to key ids. * Key ids are a convenient way to search and pass bank account information. *

* When you initialize a PixKey, the entity will not be automatically * created in the Stark Infra API. The 'create' function sends the objects * to the Stark Infra API and returns the list of created objects. *

* Parameters: * @param accountCreated [string]: opening Date or Datetime for the linked account. ex: "2022-01-01". * @param accountNumber [string]: number of the linked account. ex: "76543". * @param accountType [string]: type of the linked account. Options: "checking", "savings", "salary" or "payment". * @param branchCode [string]: branch code of the linked account. ex: 1234". * @param name [string]: holder's name of the linked account. ex: "Jamie Lannister". * @param taxId [string]: holder's taxId (CPF/CNPJ) of the linked account. ex: "012.345.678-90". * @param id [string, default null]: id of the registered PixKey. Allowed types are: CPF, CNPJ, phone number or email. If this parameter is not passed, an EVP will be created. ex: "+5511989898989"; * @param tags [list of strings, default null]: list of strings for reference when searching for PixKeys. ex: ["employees", "monthly"] * @param owned [string]: datetime when the key was owned by the holder. ex: "2022-04-13 00:37:47.393+00:00" * @param ownerType [string]: type of the owner of the PixKey. Options: "business" or "individual". * @param status [string]: current PixKey status. Options: "created", "registered", "canceled", "failed" * @param bankCode [string]: bankCode of the account linked to the PixKey. ex: "20018183". * @param bankName [string]: name of the bank that holds the account linked to the PixKey. ex: "StarkBank" * @param type [string]: type of the PixKey. Options: "cpf", "cnpj", "phone", "email" and "evp", * @param created [string]: creation datetime for the PixKey. ex: "2022-04-13 00:37:47.393+00:00" */ public PixKey(String accountCreated, String accountNumber, String accountType, String branchCode, String name, String taxId, String id, String[] tags, String owned, String ownerType, String status, String bankCode, String bankName, String type, String created ) { super(id); this.accountCreated = accountCreated; this.accountNumber = accountNumber; this.accountType = accountType; this.branchCode = branchCode; this.name = name; this.taxId = taxId; this.tags = tags; this.owned = owned; this.ownerType = ownerType; this.status = status; this.bankCode = bankCode; this.bankName = bankName; this.type = type; this.created = created; } /** * PixKey object *

* PixKeys link bank account information to key ids. * Key ids are a convenient way to search and pass bank account information. *

* When you initialize a PixKey, the entity will not be automatically * created in the Stark Infra API. The 'create' function sends the objects * to the Stark Infra API and returns the list of created objects. *

* Parameters: * @param data map of properties for the creation of the PixKey * accountCreated [string]: opening Date or Datetime for the linked account. ex: "2022-01-01". * accountNumber [string]: number of the linked account. ex: "76543". * accountType [string]: type of the linked account. Options: "checking", "savings", "salary" or "payment". * branchCode [string]: branch code of the linked account. ex: 1234". * name [string]: holder's name of the linked account. ex: "Jamie Lannister". * taxId [string]: holder's taxId (CPF/CNPJ) of the linked account. ex: "012.345.678-90". *

* Parameters (optional): * id [string, default null]: id of the registered PixKey. Allowed types are: CPF, CNPJ, phone number or email. If this parameter is not passed, an EVP will be created. ex: "+5511989898989"; * tags [list of strings, default null]: list of strings for reference when searching for PixKeys. ex: ["employees", "monthly"] *

* Attributes (return-only): * owned [string]: datetime when the key was owned by the holder. ex: "2022-04-13 00:37:47.393+00:00" * ownerType [string]: type of the owner of the PixKey. Options: "business" or "individual". * status [string]: current PixKey status. Options: "created", "registered", "canceled", "failed" * bankCode [string]: bankCode of the account linked to the PixKey. ex: "20018183". * bankName [string]: name of the bank that holds the account linked to the PixKey. ex: "StarkBank" * type [string]: type of the PixKey. Options: "cpf", "cnpj", "phone", "email" and "evp", * created [string]: creation datetime for the PixKey. ex: "2022-04-13 00:37:47.393+00:00" * @throws Exception error in the request */ public PixKey(Map data) throws Exception { super(null); HashMap dataCopy = new HashMap<>(data); this.accountCreated = (String) dataCopy.remove("accountCreated"); this.accountNumber = (String) dataCopy.remove("accountNumber"); this.accountType = (String) dataCopy.remove("accountType"); this.branchCode = (String) dataCopy.remove("branchCode"); this.name = (String) dataCopy.remove("name"); this.taxId = (String) dataCopy.remove("taxId"); this.id = (String) dataCopy.remove("id"); this.tags = (String[]) dataCopy.remove("tags"); this.owned = null; this.ownerType = null; this.status = null; this.bankCode = null; this.bankName = null; this.type = null; this.created = null; if (!dataCopy.isEmpty()) { throw new Exception("Unknown parameters used in constructor: [" + String.join(", ", dataCopy.keySet()) + "]"); } } /** * Retrieve a specific PixKey *

* Receive a single PixKey object previously created in the Stark Infra API by passing its id *

* Parameters: * @param id [string]: object unique id. ex: "+5511989898989" * @param payerId [string]: tax id (CPF/CNPJ) of the individual or business requesting the PixKey information. This id is used by the Central Bank to limit request rates. ex: "20.018.183/0001-80". *

* Return: * @return PixKey object with updated attributes * @throws Exception error in the request */ public static PixKey get(String id, String payerId) throws Exception { return PixKey.get(id, payerId, new HashMap<>(), null); } /** * Retrieve a specific PixKey *

* Receive a single PixKey object previously created in the Stark Infra API by passing its id *

* Parameters: * @param id [string]: object unique id. ex: "+5511989898989" * @param payerId [string]: tax id (CPF/CNPJ) of the individual or business requesting the PixKey information. This id is used by the Central Bank to limit request rates. ex: "20.018.183/0001-80". * @param params map of parameters * endToEndId [string, default null]: central bank's unique transaction id. If the request results in the creation of a PixRequest, the same endToEndId should be used. If this parameter is not passed, one endToEndId will be automatically created. Example: "E00002649202201172211u34srod19le" *

* Return: * @return PixKey object with updated attributes * @throws Exception error in the request */ public static PixKey get(String id, String payerId, Map params) throws Exception { return PixKey.get(id, payerId, params, null); } /** * Retrieve a specific PixKey *

* Receive a single PixKey object previously created in the Stark Infra API by passing its id *

* Parameters: * @param id [string]: object unique id. ex: "+5511989898989" * @param payerId [string]: tax id (CPF/CNPJ) of the individual or business requesting the PixKey information. This id is used by the Central Bank to limit request rates. ex: "20.018.183/0001-80". * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return PixKey object with updated attributes * @throws Exception error in the request */ public static PixKey get(String id, String payerId, User user) throws Exception { return PixKey.get(id, payerId, new HashMap<>(), user); } /** * Retrieve a specific PixKey *

* Receive a single PixKey object previously created in the Stark Infra API by passing its id *

* Parameters: * @param id [string]: object unique id. ex: "+5511989898989" * @param payerId [string]: tax id (CPF/CNPJ) of the individual or business requesting the PixKey information. This id is used by the Central Bank to limit request rates. ex: "20.018.183/0001-80". * @param params map of parameters * endToEndId [string, default null]: central bank's unique transaction id. If the request results in the creation of a PixRequest, the same endToEndId should be used. If this parameter is not passed, one endToEndId will be automatically created. Example: "E00002649202201172211u34srod19le" * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return PixKey object with updated attributes * @throws Exception error in the request */ public static PixKey get(String id, String payerId, Map params, User user) throws Exception { params.put("payerId", payerId); return Rest.getId(data, id, params, user); } /** * Cancel a PixKey entity *

* Cancel a PixKey entity previously created in the Stark Infra API *

* Parameters: * @param id [string]: object unique id. ex: "+5511989898989" *

* Return: * @return canceled PixKey object * @throws Exception error in the request */ public static PixKey cancel(String id) throws Exception { return PixKey.cancel(id, null); } /** * Cancel a PixKey entity *

* Cancel a PixKey entity previously created in the Stark Infra API *

* Parameters: * @param id [string]: object unique id. ex: "+5511989898989" * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return canceled PixKey object * @throws Exception error in the request */ public static PixKey cancel(String id, User user) throws Exception { return Rest.delete(data, id, user); } /** * Retrieve PixKeys *

* Receive a generator of PixKey objects previously created in the Stark Infra API. * Use this function instead of page if you want to stream the objects without worrying about cursors and pagination. *

* Parameters: * @param params parameters for the query * limit [integer, default null]: maximum number of objects to be retrieved. Max = 100. ex: 35 * after [string, default null]: date filter for objects created after a specified date. ex: "2020-04-29" * before [string, default null]: date filter for objects created before a specified date. ex: "2020-04-30" * status [list of strings, default null]: filter for status of retrieved objects. Options: "created", "registered", "canceled", "failed". * tags [list of strings, default null]: tags to filter retrieved objects. ex: ["tony", "stark"] * ids [list of strings, default null]: list of ids to filter retrieved objects. ex: ["+5511989898989", "+5511923232323"] * type [list of strings, default null]: filter for the type of retrieved PixKeys. Options: "cpf", "cnpj", "phone", "email", "evp". *

* Return: * @return generator of PixKey objects with updated attributes * @throws Exception error in the request */ public static Generator query(Map params) throws Exception { return PixKey.query(params, null); } /** * Retrieve PixKeys *

* Receive a generator of PixKey objects previously created in the Stark Infra API. * Use this function instead of page if you want to stream the objects without worrying about cursors and pagination. *

* Parameters: * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return generator of PixKey objects with updated attributes * @throws Exception error in the request */ public static Generator query(User user) throws Exception { return PixKey.query(new HashMap<>(), user); } /** * Retrieve PixKeys *

* Receive a generator of PixKey objects previously created in the Stark Infra API. * Use this function instead of page if you want to stream the objects without worrying about cursors and pagination. *

* Return: * @return generator of PixKey objects with updated attributes * @throws Exception error in the request */ public static Generator query() throws Exception { return PixKey.query(new HashMap<>(), null); } /** * Retrieve PixKeys *

* Receive a generator of PixKey objects previously created in the Stark Infra API. * Use this function instead of page if you want to stream the objects without worrying about cursors and pagination. *

* Parameters: * @param params map of parameters for the query * limit [integer, default null]: maximum number of objects to be retrieved. Max = 100. ex: 35 * after [string, default null]: date filter for objects created after a specified date. ex: "2020-04-29" * before [string, default null]: date filter for objects created before a specified date. ex: "2020-04-30" * status [list of strings, default null]: filter for status of retrieved objects. Options: "created", "registered", "canceled", "failed". * tags [list of strings, default null]: tags to filter retrieved objects. ex: ["tony", "stark"] * ids [list of strings, default null]: list of ids to filter retrieved objects. ex: ["+5511989898989", "+5511923232323"] * type [list of strings, default null]: filter for the type of retrieved PixKeys. Options: "cpf", "cnpj", "phone", "email", "evp". * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return generator of PixKey objects with updated attributes * @throws Exception error in the request */ public static Generator query(Map params, User user) throws Exception { return Rest.getStream(data, params, user); } public final static class Page { public List keys; public String cursor; public Page(List keys, String cursor) { this.keys = keys; this.cursor = cursor; } } /** * Retrieve paged PixKeys *

* Receive a list of up to 100 PixKey objects previously created in the Stark Infra API and the cursor to the next page. * Use this function instead of query if you want to manually page your keys. *

* Parameters: * @param params map of parameters for the query * cursor [string, default null]: cursor returned on the previous page function call * limit [integer, default 100]: maximum number of objects to be retrieved. It must be an integer between 1 and 100. ex: 35 * after [string, default null]: date filter for objects created after a specified date. ex: "2020-04-29" * before [string, default null]: date filter for objects created before a specified date. ex: "2020-04-30" * status [list of strings, default null]: filter for status of retrieved objects. Options: "created", "registered", "canceled", "failed". * tags [list of strings, default null]: tags to filter retrieved objects. ex: ["tony", "stark"] * ids [list of strings, default null]: list of ids to filter retrieved objects. ex: ["+5511989898989", "+5511923232323"] * type [list of strings, default null]: filter for the type of retrieved PixKeys. Options: "cpf", "cnpj", "phone", "email", "evp". *

* Return: * @return PixKey.Page object: * PixKey.Page.keys: list of PixKey objects with updated attributes * PixKey.Page.cursor: cursor to retrieve the next page of PixKey objects * @throws Exception error in the request */ public static Page page(Map params) throws Exception { return page(params, null); } /** * Retrieve paged PixKeys *

* Receive a list of up to 100 PixKey objects previously created in the Stark Infra API and the cursor to the next page. * Use this function instead of query if you want to manually page your keys. *

* Parameters: * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return PixKey.Page object: * PixKey.Page.keys: list of PixKey objects with updated attributes * PixKey.Page.cursor: cursor to retrieve the next page of PixKey objects * @throws Exception error in the request */ public static Page page(User user) throws Exception { return page(new HashMap<>(), user); } /** * Retrieve paged PixKeys *

* Receive a list of up to 100 PixKey objects previously created in the Stark Infra API and the cursor to the next page. * Use this function instead of query if you want to manually page your keys. *

* Return: * @return PixKey.Page object: * PixKey.Page.keys: list of PixKey objects with updated attributes * PixKey.Page.cursor: cursor to retrieve the next page of PixKey objects * @throws Exception error in the request */ public static Page page() throws Exception { return page(new HashMap<>(), null); } /** * Retrieve paged PixKeys *

* Receive a list of up to 100 PixKey objects previously created in the Stark Infra API and the cursor to the next page. * Use this function instead of query if you want to manually page your keys. *

* Parameters: * @param params map of parameters for the query * cursor [string, default null]: cursor returned on the previous page function call * limit [integer, default 100]: maximum number of objects to be retrieved. It must be an integer between 1 and 100. ex: 35 * after [string, default null]: date filter for objects created after a specified date. ex: "2020-04-29" * before [string, default null]: date filter for objects created before a specified date. ex: "2020-04-30" * status [list of strings, default null]: filter for status of retrieved objects. Options: "created", "registered", "canceled", "failed". * tags [list of strings, default null]: tags to filter retrieved objects. ex: ["tony", "stark"] * ids [list of strings, default null]: list of ids to filter retrieved objects. ex: ["+5511989898989", "+5511923232323"] * type [list of strings, default null]: filter for the type of retrieved PixKeys. Options: "cpf", "cnpj", "phone", "email", "evp". * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return PixKey.Page object: * PixKey.Page.keys: list of PixKey objects with updated attributes * PixKey.Page.cursor: cursor to retrieve the next page of PixKey objects * @throws Exception error in the request */ public static Page page(Map params, User user) throws Exception { com.starkinfra.utils.Page page = Rest.getPage(data, params, user); List keys = new ArrayList<>(); for (SubResource key: page.entities) { keys.add((PixKey) key); } return new Page(keys, page.cursor); } /** * Create a PixKey *

* Send a PixKey object for creation in the Stark Infra API *

* Parameters: * @param key [PixKey object or HashMap]: PixKey object to be created in the API *

* Return: * @return PixKey object with updated attributes * @throws Exception error in the request */ public static PixKey create(PixKey key) throws Exception { return PixKey.create(key, null); } /** * Create a PixKey *

* Send a PixKey object for creation in the Stark Infra API *

* Parameters: * @param key [PixKey object or HashMaps]: PixKey object to be created in the API * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return PixKey object with updated attributes * @throws Exception error in the request */ public static PixKey create(PixKey key, User user) throws Exception { return Rest.postSingle(data, key, user); } /** * Update PixKey entity *

* Update the PixKey by passing id. *

* Parameters: * @param id [string]: PixKey id. ex: "5656565656565656" * @param reason [string, default null]: reason why the PixKey is being patched. Options: "branchTransfer", "reconciliation" or "userRequested". * @param patchData map of patch parameters * accountCreated [string, default null]: opening Date or DateTime for the account to be linked. ex: "2020-03-10". * accountNumber [string, default null]: number of the account to be linked. ex: "76543". * accountType [string, default null]: type of the account to be linked. Options: "checking", "savings", "salary" or "payment". * branchCode [string, default null]: branch code of the account to be linked. ex: 1234". * name [string, default null]: holder's name of the account to be linked. ex: "Jamie Lannister". *

* Return: * @return PixKey object with updated attributes * @throws Exception error in the request */ public static PixKey update(String id, String reason, Map patchData) throws Exception { return PixKey.update(id, reason, patchData, null); } /** * Update PixKey entity *

* Update PixKey by passing id. *

* Parameters: * @param id [string]: object unique id. ex: "+5511989898989" * @param reason [string, default null]: reason why the PixKey is being patched. Options: "branchTransfer", "reconciliation" or "userRequested". * @param patchData map of patch parameters * accountCreated [string, default null]: opening Date or DateTime for the account to be linked. ex: "2020-03-10". * accountNumber [string, default null]: number of the account to be linked. ex: "76543". * accountType [string, default null]: type of the account to be linked. Options: "checking", "savings", "salary" or "payment". * branchCode [string, default null]: branch code of the account to be linked. ex: 1234". * name [string, default null]: holder's name of the account to be linked. ex: "Jamie Lannister". * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return PixKey object with updated attributes * @throws Exception error in the request */ public static PixKey update(String id, String reason, Map patchData, User user) throws Exception { patchData.put("reason", reason); return Rest.patch(data, id, patchData, user); } public final static class Log extends Resource { static ClassData data = new ClassData(Log.class, "PixKeyLog"); public String created; public String type; public List errors; public PixKey key; /** * PixKey Log object *

* Every time a PixKey entity is modified, a corresponding PixKey Log * is generated for the entity. This log is never generated by the * user. *

* Attributes: * @param id [string]: object unique id. ex: "+5511989898989" * @param key [PixKey]: PixKey entity to which the log refers to. * @param errors [list of strings]: list of errors linked to the PixKey event. * @param type [string]: type of the PixKey event which triggered the log creation. ex: "processing" or "success" * @param created [string]: creation datetime for the log. ex: "2020-03-10" */ public Log(String created, String type, List errors, PixKey key, String id) { super(id); this.created = created; this.type = type; this.errors = errors; this.key = key; } /** * Retrieve a specific PixKey Log *

* Receive a single PixKey Log object previously created by the Stark Infra API by passing its id *

* Parameters: * @param id [string]: object unique id. ex: "+5511989898989" *

* Return: * @return PixKey Log object with updated attributes * @throws Exception error in the request */ public static Log get(String id) throws Exception { return Log.get(id, null); } /** * Retrieve a specific PixKey Log *

* Receive a single PixKey Log object previously created by the Stark Infra API by passing its id *

* Parameters: * @param id [string]: object unique id. ex: "+5511989898989" * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return PixKey Log object with updated attributes * @throws Exception error in the request */ public static Log get(String id, User user) throws Exception { return Rest.getId(data, id, user); } /** * Retrieve PixKey Logs *

* Receive a generator of PixKey.Log objects previously created in the Stark Infra API. * Use this function instead of page if you want to stream the objects without worrying about cursors and pagination. *

* Parameters: * @param params map of parameters for the query * ids [list of strings, default null]: Log ids to filter PixKey Logs. ex: ["5656565656565656"] * limit [integer, default null]: maximum number of objects to be retrieved. Max = 100. ex: 35 * after [string, default null]: date filter for objects created after specified date. ex: "2020-04-29" * before [string, default null]: date filter for objects created before a specified date. ex: "2020-04-30" * types [list of strings, default null]: filter retrieved objects by types. ex: "success" or "failed" * keyIds [list of strings, default null]: list of PixKey IDs to filter retrieved objects. ex: ["+5511989898989", "+5511923232323"] *

* Return: * @return generator of PixKey Log objects with updated attributes * @throws Exception error in the request */ public static Generator query(Map params) throws Exception { return Log.query(params, null); } /** * Retrieve PixKey Logs *

* Receive a generator of PixKey.Log objects previously created in the Stark Infra API. * Use this function instead of page if you want to stream the objects without worrying about cursors and pagination. *

* Parameters: * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return generator of PixKey Log objects with updated attributes * @throws Exception error in the request */ public static Generator query(User user) throws Exception { return Log.query(new HashMap<>(), user); } /** * Retrieve PixKey Logs *

* Receive a generator of PixKey.Log objects previously created in the Stark Infra API. * Use this function instead of page if you want to stream the objects without worrying about cursors and pagination. *

* Return: * @return generator of PixKey Log objects with updated attributes * @throws Exception error in the request */ public static Generator query() throws Exception { return Log.query(new HashMap<>(), null); } /** * Retrieve PixKey Logs *

* Receive a generator of PixKey.Log objects previously created in the Stark Infra API. * Use this function instead of page if you want to stream the objects without worrying about cursors and pagination. *

* Parameters: * @param params map of parameters for the query * ids [list of strings, default null]: Log ids to filter PixKey Logs. ex: ["5656565656565656"] * limit [integer, default null]: maximum number of objects to be retrieved. Max = 100. ex: 35 * after [string, default null]: date filter for objects created after specified date. ex: "2020-04-29" * before [string, default null]: date filter for objects created before a specified date. ex: "2020-04-30" * types [list of strings, default null]: filter retrieved objects by types. ex: "success" or "failed" * keyIds [list of strings, default null]: list of PixKey IDs to filter retrieved objects. ex: ["+5511989898989", "+5511923232323"] *

* Return: * @return generator of PixKey Log objects with updated attributes * @throws Exception error in the request */ public static Generator query(Map params, User user) throws Exception { return Rest.getStream(data, params, user); } public final static class Page { public List logs; public String cursor; public Page(List logs, String cursor) { this.logs = logs; this.cursor = cursor; } } /** * Retrieve paged PixKey.Logs *

* Receive a list of up to 100 PixKey.Log objects previously created in the Stark Infra API and the cursor to the next page. * Use this function instead of query if you want to manually page your keys. *

* Parameters: * @param params map of parameters for the query * cursor [string, default null]: cursor returned on the previous page function call * ids [list of strings, default null]: Log ids to filter PixKey Logs. ex: ["5656565656565656"] * limit [integer, default 100]: maximum number of objects to be retrieved. It must be an integer between 1 and 100. ex: 35 * after [string, default null]: date filter for objects created after specified date. ex: "2020-04-29" * before [string, default null]: date filter for objects created before a specified date. ex: "2020-04-30" * types [list of strings, default null]: filter retrieved objects by types. ex: "success" or "failed" * keyIds [list of strings, default null]: list of PixKey IDs to filter retrieved objects. ex: ["+5511989898989", "+5511923232323"] *

* Return: * @return PixKey.Log.Page object: * PixKey.Log.Page.logs: list of PixKey.Log objects with updated attributes * PixKey.Log.Page.cursor: cursor to retrieve the next page of PixKey.Log objects * @throws Exception error in the request */ public static Page page(Map params) throws Exception { return Log.page(params, null); } /** * Retrieve paged PixKey.Logs *

* Receive a list of up to 100 PixKey.Log objects previously created in the Stark Infra API and the cursor to the next page. * Use this function instead of query if you want to manually page your keys. *

* Parameters: * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return PixKey.Log.Page object: * PixKey.Log.Page.logs: list of PixKey.Log objects with updated attributes * PixKey.Log.Page.cursor: cursor to retrieve the next page of PixKey.Log objects * @throws Exception error in the request */ public static Page page(User user) throws Exception { return Log.page(new HashMap<>(), user); } /** * Retrieve paged PixKey.Logs *

* Receive a list of up to 100 PixKey.Log objects previously created in the Stark Infra API and the cursor to the next page. * Use this function instead of query if you want to manually page your keys. *

* Return: * @return PixKey.Log.Page object: * PixKey.Log.Page.logs: list of PixKey.Log objects with updated attributes * PixKey.Log.Page.cursor: cursor to retrieve the next page of PixKey.Log objects * @throws Exception error in the request */ public static Page page() throws Exception { return Log.page(new HashMap<>(), null); } /** * Retrieve paged PixKey.Logs *

* Receive a list of up to 100 PixKey.Log objects previously created in the Stark Infra API and the cursor to the next page. * Use this function instead of query if you want to manually page your keys. *

* Parameters: * @param params map of parameters for the query * cursor [string, default null]: cursor returned on the previous page function call * ids [list of strings, default null]: Log ids to filter PixKey Logs. ex: ["5656565656565656"] * limit [integer, default 100]: maximum number of objects to be retrieved. It must be an integer between 1 and 100. ex: 35 * after [string, default null]: date filter for objects created after specified date. ex: "2020-04-29" * before [string, default null]: date filter for objects created before a specified date. ex: "2020-04-30" * types [list of strings, default null]: filter retrieved objects by types. ex: "success" or "failed" * keyIds [list of strings, default null]: list of PixKey IDs to filter retrieved objects. ex: ["+5511989898989", "+5511923232323"] * @param user [Organization/Project object, default null]: Organization or Project object. Not necessary if starkinfra.Settings.user was set before function call *

* Return: * @return PixKey.Log.Page object: * PixKey.Log.Page.logs: list of PixKey.Log objects with updated attributes * PixKey.Log.Page.cursor: cursor to retrieve the next page of PixKey.Log objects * @throws Exception error in the request */ public static Page page(Map params, User user) throws Exception { com.starkinfra.utils.Page page = Rest.getPage(data, params, user); List logs = new ArrayList<>(); for (SubResource log: page.entities) { logs.add((Log) log); } return new Page(logs, page.cursor); } } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy