Uses of Class
com.authlete.common.dto.CredentialOfferInfoResponse.Action
-
Packages that use CredentialOfferInfoResponse.Action Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of CredentialOfferInfoResponse.Action in com.authlete.common.dto
Methods in com.authlete.common.dto that return CredentialOfferInfoResponse.Action Modifier and Type Method Description CredentialOfferInfoResponse.ActionCredentialOfferInfoResponse. getAction()Get the result of the/vci/offer/infoAPI call.static CredentialOfferInfoResponse.ActionCredentialOfferInfoResponse.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static CredentialOfferInfoResponse.Action[]CredentialOfferInfoResponse.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 CredentialOfferInfoResponse.Action Modifier and Type Method Description CredentialOfferInfoResponseCredentialOfferInfoResponse. setAction(CredentialOfferInfoResponse.Action action)Set the result of the/vci/offer/infoAPI call.
-