Class WatchResponse
java.lang.Object
co.permify.sdk.model.WatchResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class WatchResponse
extends Object
WatchResponse is the response message for the Watch RPC. It contains the changes in the data that are being watched.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchanges(DataChanges changes) booleanReturn true if this WatchResponse object is equal to o.Get changesinthashCode()voidsetChanges(DataChanges changes) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CHANGES
- See Also:
-
-
Constructor Details
-
WatchResponse
public WatchResponse()
-
-
Method Details
-
changes
-
getChanges
-
setChanges
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-