Class BlocklistEntry
- All Implemented Interfaces:
HasId
,StripeActiveObject
,StripeObjectInterface
To learn more, see Identity Verification Blocklist
-
Nested Class Summary
Nested classes/interfaces inherited from class com.stripe.net.ApiResource
ApiResource.RequestMethod
-
Field Summary
Fields inherited from class com.stripe.net.ApiResource
CHARSET, GSON, INTERNAL_GSON
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
static BlocklistEntry
create
(BlocklistEntryCreateParams params) Creates a BlocklistEntry object from a verification report.static BlocklistEntry
create
(BlocklistEntryCreateParams params, RequestOptions options) Creates a BlocklistEntry object from a verification report.static BlocklistEntry
Creates a BlocklistEntry object from a verification report.static BlocklistEntry
create
(Map<String, Object> params, RequestOptions options) Creates a BlocklistEntry object from a verification report.disable()
Disables a BlocklistEntry object.disable
(RequestOptions options) Disables a BlocklistEntry object.disable
(BlocklistEntryDisableParams params) Disables a BlocklistEntry object.disable
(BlocklistEntryDisableParams params, RequestOptions options) Disables a BlocklistEntry object.Disables a BlocklistEntry object.disable
(Map<String, Object> params, RequestOptions options) Disables a BlocklistEntry object.boolean
Time at which the object was created.Time at which you disabled the BlocklistEntry.Time at which the BlocklistEntry expires.getId()
Unique identifier for the object.Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.String representing the object's type.The current status of the BlocklistEntry.getType()
The type of BlocklistEntry.Get ID of expandableverificationReport
object.Get expandedverificationReport
.Get ID of expandableverificationSession
object.Get expandedverificationSession
.int
hashCode()
static BlocklistEntryCollection
list
(BlocklistEntryListParams params) Returns a list of BlocklistEntry objects associated with your account.static BlocklistEntryCollection
list
(BlocklistEntryListParams params, RequestOptions options) Returns a list of BlocklistEntry objects associated with your account.static BlocklistEntryCollection
Returns a list of BlocklistEntry objects associated with your account.static BlocklistEntryCollection
list
(Map<String, Object> params, RequestOptions options) Returns a list of BlocklistEntry objects associated with your account.static BlocklistEntry
Retrieves a BlocklistEntry object by its identifier.static BlocklistEntry
retrieve
(String id, RequestOptions options) Retrieves a BlocklistEntry object by its identifier.static BlocklistEntry
retrieve
(String id, BlocklistEntryRetrieveParams params, RequestOptions options) Retrieves a BlocklistEntry object by its identifier.static BlocklistEntry
Retrieves a BlocklistEntry object by its identifier.void
setCreated
(Long created) Time at which the object was created.void
setDisabledAt
(Long disabledAt) Time at which you disabled the BlocklistEntry.void
setExpiresAt
(Long expiresAt) Time at which the BlocklistEntry expires.void
Unique identifier for the object.void
setLivemode
(Boolean livemode) Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.void
String representing the object's type.void
setResponseGetter
(StripeResponseGetter responseGetter) Method is used by the containing object orStripeResponseGetter
implementations to set theStripeResponseGetter
instance used to make further requests.void
The current status of the BlocklistEntry.void
The type of BlocklistEntry.void
void
setVerificationReportObject
(VerificationReport expandableObject) void
void
setVerificationSessionObject
(VerificationSession expandableObject) Methods inherited from class com.stripe.net.ApiResource
checkNullTypedParams, getGlobalResponseGetter, getResponseGetter, setExpandableFieldId, setGlobalResponseGetter, urlEncode, urlEncodeId
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
-
Constructor Details
-
BlocklistEntry
public BlocklistEntry()
-
-
Method Details
-
getVerificationReport
Get ID of expandableverificationReport
object. -
setVerificationReport
-
getVerificationReportObject
Get expandedverificationReport
. -
setVerificationReportObject
-
getVerificationSession
Get ID of expandableverificationSession
object. -
setVerificationSession
-
getVerificationSessionObject
Get expandedverificationSession
. -
setVerificationSessionObject
-
create
Creates a BlocklistEntry object from a verification report.A blocklist entry prevents future identity verifications that match the same identity information. You can create blocklist entries from verification reports that contain document extracted data or a selfie.
Related guide: Identity Verification Blocklist
- Throws:
StripeException
-
create
public static BlocklistEntry create(Map<String, Object> params, RequestOptions options) throws StripeExceptionCreates a BlocklistEntry object from a verification report.A blocklist entry prevents future identity verifications that match the same identity information. You can create blocklist entries from verification reports that contain document extracted data or a selfie.
Related guide: Identity Verification Blocklist
- Throws:
StripeException
-
create
Creates a BlocklistEntry object from a verification report.A blocklist entry prevents future identity verifications that match the same identity information. You can create blocklist entries from verification reports that contain document extracted data or a selfie.
Related guide: Identity Verification Blocklist
- Throws:
StripeException
-
create
public static BlocklistEntry create(BlocklistEntryCreateParams params, RequestOptions options) throws StripeException Creates a BlocklistEntry object from a verification report.A blocklist entry prevents future identity verifications that match the same identity information. You can create blocklist entries from verification reports that contain document extracted data or a selfie.
Related guide: Identity Verification Blocklist
- Throws:
StripeException
-
disable
Disables a BlocklistEntry object.After a BlocklistEntry is disabled, it will no longer block future verifications that match the same information. This action is irreversible. To re-enable it, a new BlocklistEntry must be created using the same verification report.
Related guide: Identity Verification Blocklist
- Throws:
StripeException
-
disable
Disables a BlocklistEntry object.After a BlocklistEntry is disabled, it will no longer block future verifications that match the same information. This action is irreversible. To re-enable it, a new BlocklistEntry must be created using the same verification report.
Related guide: Identity Verification Blocklist
- Throws:
StripeException
-
disable
Disables a BlocklistEntry object.After a BlocklistEntry is disabled, it will no longer block future verifications that match the same information. This action is irreversible. To re-enable it, a new BlocklistEntry must be created using the same verification report.
Related guide: Identity Verification Blocklist
- Throws:
StripeException
-
disable
public BlocklistEntry disable(Map<String, Object> params, RequestOptions options) throws StripeExceptionDisables a BlocklistEntry object.After a BlocklistEntry is disabled, it will no longer block future verifications that match the same information. This action is irreversible. To re-enable it, a new BlocklistEntry must be created using the same verification report.
Related guide: Identity Verification Blocklist
- Throws:
StripeException
-
disable
Disables a BlocklistEntry object.After a BlocklistEntry is disabled, it will no longer block future verifications that match the same information. This action is irreversible. To re-enable it, a new BlocklistEntry must be created using the same verification report.
Related guide: Identity Verification Blocklist
- Throws:
StripeException
-
disable
public BlocklistEntry disable(BlocklistEntryDisableParams params, RequestOptions options) throws StripeException Disables a BlocklistEntry object.After a BlocklistEntry is disabled, it will no longer block future verifications that match the same information. This action is irreversible. To re-enable it, a new BlocklistEntry must be created using the same verification report.
Related guide: Identity Verification Blocklist
- Throws:
StripeException
-
list
Returns a list of BlocklistEntry objects associated with your account.The blocklist entries are returned sorted by creation date, with the most recently created entries appearing first.
Related guide: Identity Verification Blocklist.
- Throws:
StripeException
-
list
public static BlocklistEntryCollection list(Map<String, Object> params, RequestOptions options) throws StripeExceptionReturns a list of BlocklistEntry objects associated with your account.The blocklist entries are returned sorted by creation date, with the most recently created entries appearing first.
Related guide: Identity Verification Blocklist.
- Throws:
StripeException
-
list
Returns a list of BlocklistEntry objects associated with your account.The blocklist entries are returned sorted by creation date, with the most recently created entries appearing first.
Related guide: Identity Verification Blocklist.
- Throws:
StripeException
-
list
public static BlocklistEntryCollection list(BlocklistEntryListParams params, RequestOptions options) throws StripeException Returns a list of BlocklistEntry objects associated with your account.The blocklist entries are returned sorted by creation date, with the most recently created entries appearing first.
Related guide: Identity Verification Blocklist.
- Throws:
StripeException
-
retrieve
Retrieves a BlocklistEntry object by its identifier.Related guide: Identity Verification Blocklist.
- Throws:
StripeException
-
retrieve
Retrieves a BlocklistEntry object by its identifier.Related guide: Identity Verification Blocklist.
- Throws:
StripeException
-
retrieve
public static BlocklistEntry retrieve(String id, Map<String, Object> params, RequestOptions options) throws StripeExceptionRetrieves a BlocklistEntry object by its identifier.Related guide: Identity Verification Blocklist.
- Throws:
StripeException
-
retrieve
public static BlocklistEntry retrieve(String id, BlocklistEntryRetrieveParams params, RequestOptions options) throws StripeException Retrieves a BlocklistEntry object by its identifier.Related guide: Identity Verification Blocklist.
- Throws:
StripeException
-
setResponseGetter
Description copied from interface:StripeActiveObject
Method is used by the containing object orStripeResponseGetter
implementations to set theStripeResponseGetter
instance used to make further requests.- Specified by:
setResponseGetter
in interfaceStripeActiveObject
- Overrides:
setResponseGetter
in classApiResource
- Parameters:
responseGetter
- theStripeResponseGetter
instance to use for making further requests.
-
getCreated
Time at which the object was created. Measured in seconds since the Unix epoch. -
getDisabledAt
Time at which you disabled the BlocklistEntry. Measured in seconds since the Unix epoch. -
getExpiresAt
Time at which the BlocklistEntry expires. Measured in seconds since the Unix epoch. -
getLivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode. -
getObject
String representing the object's type. Objects of the same type share the same value.Equal to
identity.blocklist_entry
. -
getStatus
The current status of the BlocklistEntry.One of
active
,disabled
, orredacted
. -
getType
The type of BlocklistEntry.One of
document
, orselfie
. -
setCreated
Time at which the object was created. Measured in seconds since the Unix epoch. -
setDisabledAt
Time at which you disabled the BlocklistEntry. Measured in seconds since the Unix epoch. -
setExpiresAt
Time at which the BlocklistEntry expires. Measured in seconds since the Unix epoch. -
setId
Unique identifier for the object. -
setLivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode. -
setObject
String representing the object's type. Objects of the same type share the same value.Equal to
identity.blocklist_entry
. -
setStatus
The current status of the BlocklistEntry.One of
active
,disabled
, orredacted
. -
setType
The type of BlocklistEntry.One of
document
, orselfie
. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-