Package co.permify.sdk.model
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
Name of the bundle to be deleted.- Returns:
- name
-
setName
-
equals
Return true if this Bundle.DeleteBody 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
-