Uses of Class
com.authlete.common.dto.CredentialOfferCreateResponse.Action
-
Packages that use CredentialOfferCreateResponse.Action Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of CredentialOfferCreateResponse.Action in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialOfferCreateResponse.Action Modifier and Type Method Description CredentialOfferCreateResponse.Action
CredentialOfferCreateResponse. getAction()
Get the result of the/vci/offer/create
API call.static CredentialOfferCreateResponse.Action
CredentialOfferCreateResponse.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static CredentialOfferCreateResponse.Action[]
CredentialOfferCreateResponse.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.authlete.common.dto with parameters of type CredentialOfferCreateResponse.Action Modifier and Type Method Description CredentialOfferCreateResponse
CredentialOfferCreateResponse. setAction(CredentialOfferCreateResponse.Action action)
Set the result of the/vci/offer/create
API call.
-