Package com.zitadel.model
Class ApplicationServiceDeleteApplicationKeyRequest
java.lang.Object
com.zitadel.model.ApplicationServiceDeleteApplicationKeyRequest
@Generated(value="io.github.mridang.codegen.generators.java.BetterJavaCodegen",
comments="Generator version: 7.14.0")
public class ApplicationServiceDeleteApplicationKeyRequest
extends Object
ApplicationServiceDeleteApplicationKeyRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) booleanThe ID of the application the key belongs to.getKeyId()The unique ID of the application key to be deleted.The ID of the project the application belongs to.inthashCode()voidsetApplicationId(String applicationId) voidvoidsetProjectId(String projectId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_KEY_ID
- See Also:
-
JSON_PROPERTY_APPLICATION_ID
- See Also:
-
JSON_PROPERTY_PROJECT_ID
- See Also:
-
-
Constructor Details
-
ApplicationServiceDeleteApplicationKeyRequest
public ApplicationServiceDeleteApplicationKeyRequest()
-
-
Method Details
-
keyId
-
getKeyId
The unique ID of the application key to be deleted.- Returns:
- keyId
-
setKeyId
-
applicationId
-
getApplicationId
The ID of the application the key belongs to.- Returns:
- applicationId
-
setApplicationId
-
projectId
-
getProjectId
The ID of the project the application belongs to.- Returns:
- projectId
-
setProjectId
-
equals
-
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
-