Class AuthRuleV2ListParams
-
- All Implemented Interfaces:
-
com.lithic.api.core.Params
public final class AuthRuleV2ListParams implements Params
Lists V2 Auth rules
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthRuleV2ListParams.BuilderA builder for AuthRuleV2ListParams.
public final classAuthRuleV2ListParams.EventStreamOnly return Auth rules that are executed during the provided event stream.
public final classAuthRuleV2ListParams.ScopeOnly return Auth Rules that are bound to the provided scope.
-
Method Summary
Modifier and Type Method Description final Optional<String>accountToken()Only return Auth Rules that are bound to the provided account token. final Optional<String>businessAccountToken()Only return Auth Rules that are bound to the provided business account token. final Optional<String>cardToken()Only return Auth Rules that are bound to the provided card token. final Optional<String>endingBefore()A cursor representing an item's token before which a page of results should end. final Optional<AuthRuleV2ListParams.EventStream>eventStream()Only return Auth rules that are executed during the provided event stream. final Optional<Long>pageSize()Page size (for pagination). final Optional<AuthRuleV2ListParams.Scope>scope()Only return Auth Rules that are bound to the provided scope. final Optional<String>startingAfter()A cursor representing an item's token after which a page of results should begin. final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final AuthRuleV2ListParams.BuildertoBuilder()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuthRuleV2ListParamsnone()final static AuthRuleV2ListParams.Builderbuilder()Returns a mutable builder for constructing an instance of AuthRuleV2ListParams. -
-
Method Detail
-
accountToken
final Optional<String> accountToken()
Only return Auth Rules that are bound to the provided account token.
-
businessAccountToken
final Optional<String> businessAccountToken()
Only return Auth Rules that are bound to the provided business account token.
-
cardToken
final Optional<String> cardToken()
Only return Auth Rules that are bound to the provided card token.
-
endingBefore
final Optional<String> endingBefore()
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
-
eventStream
final Optional<AuthRuleV2ListParams.EventStream> eventStream()
Only return Auth rules that are executed during the provided event stream.
-
scope
final Optional<AuthRuleV2ListParams.Scope> scope()
Only return Auth Rules that are bound to the provided scope.
-
startingAfter
final Optional<String> startingAfter()
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final AuthRuleV2ListParams.Builder toBuilder()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static AuthRuleV2ListParams none()
-
builder
final static AuthRuleV2ListParams.Builder builder()
Returns a mutable builder for constructing an instance of AuthRuleV2ListParams.
-
-
-
-