Package com.lithic.api.models
Class AuthRuleV2CreateParams
-
- All Implemented Interfaces:
-
com.lithic.api.core.Params
public final class AuthRuleV2CreateParams implements Params
Creates a new V2 Auth rule in draft mode
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuthRuleV2CreateParams.BuilderA builder for AuthRuleV2CreateParams.
public final classAuthRuleV2CreateParams.Body
-
Method Summary
Modifier and Type Method Description final AuthRuleV2CreateParams.Bodybody()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final AuthRuleV2CreateParams.BuildertoBuilder()final AuthRuleV2CreateParams.Body_body()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 AuthRuleV2CreateParams.Builderbuilder()Returns a mutable builder for constructing an instance of AuthRuleV2CreateParams. -
-
Method Detail
-
body
final AuthRuleV2CreateParams.Body body()
-
_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 AuthRuleV2CreateParams.Builder toBuilder()
-
_body
final AuthRuleV2CreateParams.Body _body()
-
_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.
-
builder
final static AuthRuleV2CreateParams.Builder builder()
Returns a mutable builder for constructing an instance of AuthRuleV2CreateParams.
The following fields are required:
.body()
-
-
-
-