Class BatchCheckResponse
java.lang.Object
org.apache.syncope.ext.openfga.client.model.BatchCheckResponse
@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 BatchCheckResponse
extends Object
BatchCheckResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this BatchCheckResponse object is equal to o.map keys are the correlation_id values from the BatchCheckItems in the requestint
hashCode()
putResultItem
(String key, BatchCheckSingleResult resultItem) result
(Map<String, BatchCheckSingleResult> result) void
setResult
(Map<String, BatchCheckSingleResult> result) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_RESULT
- See Also:
-
-
Constructor Details
-
BatchCheckResponse
public BatchCheckResponse()
-
-
Method Details
-
result
-
putResultItem
-
getResult
map keys are the correlation_id values from the BatchCheckItems in the request- Returns:
- result
-
setResult
-
equals
Return true if this BatchCheckResponse 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
-