Class V2ListResponse
-
- All Implemented Interfaces:
public final class V2ListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV2ListResponse.BuilderA builder for V2ListResponse.
public final classV2ListResponse.CurrentVersionpublic final classV2ListResponse.DraftVersionpublic final classV2ListResponse.EventStreamThe type of event stream the Auth rule applies to.
public final classV2ListResponse.AuthRuleStateThe state of the Auth Rule
public final classV2ListResponse.AuthRuleTypeThe type of Auth Rule. Effectively determines the event stream during which it will be evaluated.
CONDITIONAL_BLOCK: AUTHORIZATION event stream.VELOCITY_LIMIT: AUTHORIZATION event stream.MERCHANT_LOCK: AUTHORIZATION event stream.CONDITIONAL_3DS_ACTION: THREE_DS_AUTHENTICATION event stream.
-
Method Summary
Modifier and Type Method Description final Stringtoken()Auth Rule Token final List<String>accountTokens()Account tokens to which the Auth Rule applies. final List<String>cardTokens()Card tokens to which the Auth Rule applies. final Optional<V2ListResponse.CurrentVersion>currentVersion()final Optional<V2ListResponse.DraftVersion>draftVersion()final V2ListResponse.EventStreameventStream()The type of event stream the Auth rule applies to. final Optional<String>name()Auth Rule Name final BooleanprogramLevel()Whether the Auth Rule applies to all authorizations on the card program. final V2ListResponse.AuthRuleStatestate()The state of the Auth Rule final V2ListResponse.AuthRuleTypetype()The type of Auth Rule. final Optional<List<String>>excludedCardTokens()Card tokens to which the Auth Rule does not apply. final JsonField<String>_token()Returns the raw JSON value of token. final JsonField<List<String>>_accountTokens()Returns the raw JSON value of accountTokens. final JsonField<List<String>>_cardTokens()Returns the raw JSON value of cardTokens. final JsonField<V2ListResponse.CurrentVersion>_currentVersion()Returns the raw JSON value of currentVersion. final JsonField<V2ListResponse.DraftVersion>_draftVersion()Returns the raw JSON value of draftVersion. final JsonField<V2ListResponse.EventStream>_eventStream()Returns the raw JSON value of eventStream. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<Boolean>_programLevel()Returns the raw JSON value of programLevel. final JsonField<V2ListResponse.AuthRuleState>_state()Returns the raw JSON value of state. final JsonField<V2ListResponse.AuthRuleType>_type()Returns the raw JSON value of type. final JsonField<List<String>>_excludedCardTokens()Returns the raw JSON value of excludedCardTokens. final Map<String, JsonValue>_additionalProperties()final V2ListResponse.BuildertoBuilder()final V2ListResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V2ListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of V2ListResponse. -
-
Method Detail
-
accountTokens
final List<String> accountTokens()
Account tokens to which the Auth Rule applies.
-
cardTokens
final List<String> cardTokens()
Card tokens to which the Auth Rule applies.
-
currentVersion
final Optional<V2ListResponse.CurrentVersion> currentVersion()
-
draftVersion
final Optional<V2ListResponse.DraftVersion> draftVersion()
-
eventStream
final V2ListResponse.EventStream eventStream()
The type of event stream the Auth rule applies to.
-
programLevel
final Boolean programLevel()
Whether the Auth Rule applies to all authorizations on the card program.
-
state
final V2ListResponse.AuthRuleState state()
The state of the Auth Rule
-
type
final V2ListResponse.AuthRuleType type()
The type of Auth Rule. Effectively determines the event stream during which it will be evaluated.
CONDITIONAL_BLOCK: AUTHORIZATION event stream.VELOCITY_LIMIT: AUTHORIZATION event stream.MERCHANT_LOCK: AUTHORIZATION event stream.CONDITIONAL_3DS_ACTION: THREE_DS_AUTHENTICATION event stream.
-
excludedCardTokens
final Optional<List<String>> excludedCardTokens()
Card tokens to which the Auth Rule does not apply.
-
_token
final JsonField<String> _token()
Returns the raw JSON value of token.
Unlike token, this method doesn't throw if the JSON field has an unexpected type.
-
_accountTokens
final JsonField<List<String>> _accountTokens()
Returns the raw JSON value of accountTokens.
Unlike accountTokens, this method doesn't throw if the JSON field has an unexpected type.
-
_cardTokens
final JsonField<List<String>> _cardTokens()
Returns the raw JSON value of cardTokens.
Unlike cardTokens, this method doesn't throw if the JSON field has an unexpected type.
-
_currentVersion
final JsonField<V2ListResponse.CurrentVersion> _currentVersion()
Returns the raw JSON value of currentVersion.
Unlike currentVersion, this method doesn't throw if the JSON field has an unexpected type.
-
_draftVersion
final JsonField<V2ListResponse.DraftVersion> _draftVersion()
Returns the raw JSON value of draftVersion.
Unlike draftVersion, this method doesn't throw if the JSON field has an unexpected type.
-
_eventStream
final JsonField<V2ListResponse.EventStream> _eventStream()
Returns the raw JSON value of eventStream.
Unlike eventStream, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_programLevel
final JsonField<Boolean> _programLevel()
Returns the raw JSON value of programLevel.
Unlike programLevel, this method doesn't throw if the JSON field has an unexpected type.
-
_state
final JsonField<V2ListResponse.AuthRuleState> _state()
Returns the raw JSON value of state.
Unlike state, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<V2ListResponse.AuthRuleType> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_excludedCardTokens
final JsonField<List<String>> _excludedCardTokens()
Returns the raw JSON value of excludedCardTokens.
Unlike excludedCardTokens, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V2ListResponse.Builder toBuilder()
-
validate
final V2ListResponse validate()
-
builder
final static V2ListResponse.Builder builder()
Returns a mutable builder for constructing an instance of V2ListResponse.
The following fields are required:
.token() .accountTokens() .cardTokens() .currentVersion() .draftVersion() .eventStream() .name() .programLevel() .state() .type()
-
-
-
-