Uses of Class
com.twilio.rest.trusthub.v1.customerprofiles.CustomerProfilesEvaluations.Status
-
Packages that use CustomerProfilesEvaluations.Status Package Description com.twilio.rest.trusthub.v1.customerprofiles -
-
Uses of CustomerProfilesEvaluations.Status in com.twilio.rest.trusthub.v1.customerprofiles
Methods in com.twilio.rest.trusthub.v1.customerprofiles that return CustomerProfilesEvaluations.Status Modifier and Type Method Description static CustomerProfilesEvaluations.StatusCustomerProfilesEvaluations.Status. forValue(String value)CustomerProfilesEvaluations.StatusCustomerProfilesEvaluations. getStatus()static CustomerProfilesEvaluations.StatusCustomerProfilesEvaluations.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomerProfilesEvaluations.Status[]CustomerProfilesEvaluations.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-