Class BatchCheckRequest
java.lang.Object
org.apache.syncope.ext.openfga.client.model.BatchCheckRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-07T14:52:32.408381154+01:00[Europe/Rome]",
comments="Generator version: 7.12.0")
public class BatchCheckRequest
extends Object
BatchCheckRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChecksItem
(BatchCheckItem checksItem) authorizationModelId
(String authorizationModelId) checks
(List<BatchCheckItem> checks) consistency
(ConsistencyPreference consistency) boolean
Return true if this BatchCheck_request object is equal to o.Get authorizationModelIdGet checksGet consistencyint
hashCode()
void
setAuthorizationModelId
(String authorizationModelId) void
setChecks
(List<BatchCheckItem> checks) void
setConsistency
(ConsistencyPreference consistency) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CHECKS
- See Also:
-
JSON_PROPERTY_AUTHORIZATION_MODEL_ID
- See Also:
-
JSON_PROPERTY_CONSISTENCY
- See Also:
-
-
Constructor Details
-
BatchCheckRequest
public BatchCheckRequest()
-
-
Method Details
-
checks
-
addChecksItem
-
getChecks
Get checks- Returns:
- checks
-
setChecks
-
authorizationModelId
-
getAuthorizationModelId
Get authorizationModelId- Returns:
- authorizationModelId
-
setAuthorizationModelId
-
consistency
-
getConsistency
Get consistency- Returns:
- consistency
-
setConsistency
-
equals
Return true if this BatchCheck_request object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-