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