Class BundleWriteResponse
java.lang.Object
co.permify.sdk.model.BundleWriteResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BundleWriteResponse
extends Object
BundleWriteResponse is the response for a BundleWriteRequest. It includes a name which could be used as an identifier or acknowledgment.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNamesItem(String namesItem) booleanReturn true if this BundleWriteResponse object is equal to o.getNames()Identifier or acknowledgment of the written bundle.inthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAMES
- See Also:
-
-
Constructor Details
-
BundleWriteResponse
public BundleWriteResponse()
-
-
Method Details
-
names
-
addNamesItem
-
getNames
-
setNames
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-