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_GSONFields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanstatic BlocklistEntrycreate(BlocklistEntryCreateParams params) Creates a BlocklistEntry object from a verification report.static BlocklistEntrycreate(BlocklistEntryCreateParams params, RequestOptions options) Creates a BlocklistEntry object from a verification report.static BlocklistEntryCreates a BlocklistEntry object from a verification report.static BlocklistEntrycreate(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.booleanTime 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 valuetrueif the object exists in live mode or the valuefalseif 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 expandableverificationReportobject.Get expandedverificationReport.Get ID of expandableverificationSessionobject.Get expandedverificationSession.inthashCode()static BlocklistEntryCollectionlist(BlocklistEntryListParams params) Returns a list of BlocklistEntry objects associated with your account.static BlocklistEntryCollectionlist(BlocklistEntryListParams params, RequestOptions options) Returns a list of BlocklistEntry objects associated with your account.static BlocklistEntryCollectionReturns a list of BlocklistEntry objects associated with your account.static BlocklistEntryCollectionlist(Map<String, Object> params, RequestOptions options) Returns a list of BlocklistEntry objects associated with your account.static BlocklistEntryRetrieves a BlocklistEntry object by its identifier.static BlocklistEntryretrieve(String id, RequestOptions options) Retrieves a BlocklistEntry object by its identifier.static BlocklistEntryretrieve(String id, BlocklistEntryRetrieveParams params, RequestOptions options) Retrieves a BlocklistEntry object by its identifier.static BlocklistEntryRetrieves a BlocklistEntry object by its identifier.voidsetCreated(Long created) Time at which the object was created.voidsetDisabledAt(Long disabledAt) Time at which you disabled the BlocklistEntry.voidsetExpiresAt(Long expiresAt) Time at which the BlocklistEntry expires.voidUnique identifier for the object.voidsetLivemode(Boolean livemode) Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.voidString representing the object's type.voidsetResponseGetter(StripeResponseGetter responseGetter) Method is used by the containing object orStripeResponseGetterimplementations to set theStripeResponseGetterinstance used to make further requests.voidThe current status of the BlocklistEntry.voidThe type of BlocklistEntry.voidvoidsetVerificationReportObject(VerificationReport expandableObject) voidvoidsetVerificationSessionObject(VerificationSession expandableObject) Methods inherited from class com.stripe.net.ApiResource
checkNullTypedParams, getGlobalResponseGetter, getResponseGetter, setExpandableFieldId, setGlobalResponseGetter, urlEncode, urlEncodeIdMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
-
Constructor Details
-
BlocklistEntry
public BlocklistEntry()
-
-
Method Details
-
getVerificationReport
Get ID of expandableverificationReportobject. -
setVerificationReport
-
getVerificationReportObject
Get expandedverificationReport. -
setVerificationReportObject
-
getVerificationSession
Get ID of expandableverificationSessionobject. -
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:StripeActiveObjectMethod is used by the containing object orStripeResponseGetterimplementations to set theStripeResponseGetterinstance used to make further requests.- Specified by:
setResponseGetterin interfaceStripeActiveObject- Overrides:
setResponseGetterin classApiResource- Parameters:
responseGetter- theStripeResponseGetterinstance 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 valuetrueif the object exists in live mode or the valuefalseif 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 valuetrueif the object exists in live mode or the valuefalseif 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.
-