Uses of Class
cloud.genesys.webmessaging.sdk.model.RequestTypeGetJwt
-
Packages that use RequestTypeGetJwt Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of RequestTypeGetJwt in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return RequestTypeGetJwt Modifier and Type Method Description static RequestTypeGetJwtRequestTypeGetJwt. fromString(String key)RequestTypeGetJwtGetJwtRequest. getAction()static RequestTypeGetJwtRequestTypeGetJwt. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestTypeGetJwt[]RequestTypeGetJwt. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type RequestTypeGetJwt Modifier and Type Method Description GetJwtRequestGetJwtRequest. action(RequestTypeGetJwt action)voidGetJwtRequest. setAction(RequestTypeGetJwt action)
-