Class BundleDeleteBody
java.lang.Object
co.permify.sdk.model.BundleDeleteBody
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class BundleDeleteBody
extends Object
BundleDeleteRequest is used to request the deletion of a bundle. It contains the tenant_id to specify the tenant and the name of the bundle to be deleted.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Bundle.DeleteBody object is equal to o.getName()Name of the bundle to be deleted.inthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
BundleDeleteBody
public BundleDeleteBody()
-
-
Method Details
-
name
-
getName
-
setName
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-