Uses of Class
com.twilio.rest.trusthub.v1.TrustProducts.Status
-
Packages that use TrustProducts.Status Package Description com.twilio.rest.trusthub.v1 -
-
Uses of TrustProducts.Status in com.twilio.rest.trusthub.v1
Methods in com.twilio.rest.trusthub.v1 that return TrustProducts.Status Modifier and Type Method Description static TrustProducts.StatusTrustProducts.Status. forValue(String value)TrustProducts.StatusTrustProducts. getStatus()static TrustProducts.StatusTrustProducts.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static TrustProducts.Status[]TrustProducts.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 TrustProducts.Status Modifier and Type Method Description TrustProductsReaderTrustProductsReader. setStatus(TrustProducts.Status status)TrustProductsUpdaterTrustProductsUpdater. setStatus(TrustProducts.Status status)
-