Class StreamResultOfStreamedListObjectsResponse
java.lang.Object
org.apache.syncope.ext.openfga.client.model.StreamResultOfStreamedListObjectsResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-17T13:24:48.337210454+02:00[Europe/Rome]",
comments="Generator version: 7.16.0")
public class StreamResultOfStreamedListObjectsResponse
extends Object
StreamResultOfStreamedListObjectsResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Stream_result_of_StreamedListObjectsResponse object is equal to o.getError()Get errorGet resultinthashCode()result(StreamedListObjectsResponse result) voidvoidsetResult(StreamedListObjectsResponse 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:
-
JSON_PROPERTY_ERROR
- See Also:
-
-
Constructor Details
-
StreamResultOfStreamedListObjectsResponse
public StreamResultOfStreamedListObjectsResponse()
-
-
Method Details
-
result
public StreamResultOfStreamedListObjectsResponse result(@Nullable StreamedListObjectsResponse result) -
getResult
Get result- Returns:
- result
-
setResult
-
error
-
getError
Get error- Returns:
- error
-
setError
-
equals
Return true if this Stream_result_of_StreamedListObjectsResponse 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
-