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.tenant_id is the tenant id that was deleted.inthashCode()voidsetTenantId(String tenantId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
-
Constructor Details
-
TenantDeleteResponse
public TenantDeleteResponse()
-
-
Method Details
-
tenantId
-
getTenantId
tenant_id is the tenant id that was deleted.- Returns:
- tenantId
-
setTenantId
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-