Uses of Class
de.adorsys.xs2a.adapter.crealogix.model.CrealogixAuthType
-
Packages that use CrealogixAuthType Package Description de.adorsys.xs2a.adapter.crealogix.model -
-
Uses of CrealogixAuthType in de.adorsys.xs2a.adapter.crealogix.model
Methods in de.adorsys.xs2a.adapter.crealogix.model that return CrealogixAuthType Modifier and Type Method Description static CrealogixAuthTypeCrealogixAuthType. fromValue(String text)CrealogixAuthTypeCrealogixAuthItem. getAuthType()CrealogixAuthTypeCrealogixValidationResponse. getAuthTypeSelected()static CrealogixAuthTypeCrealogixAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static CrealogixAuthType[]CrealogixAuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.xs2a.adapter.crealogix.model with parameters of type CrealogixAuthType Modifier and Type Method Description voidCrealogixAuthItem. setAuthType(CrealogixAuthType authType)voidCrealogixValidationResponse. setAuthTypeSelected(CrealogixAuthType authTypeSelected)
-