Class TenantDeleteResponse
java.lang.Object
co.permify.sdk.model.TenantDeleteResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class TenantDeleteResponse
extends Object
TenantDeleteResponse is the message returned from the request to delete a tenant.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this TenantDeleteResponse object is equal to o.Get tenantinthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TENANT
- See Also:
-
-
Constructor Details
-
TenantDeleteResponse
public TenantDeleteResponse()
-
-
Method Details
-
tenant
-
getTenant
-
setTenant
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-