Uses of Class
org.jclouds.profitbricks.domain.ServiceFault.Details.FaultCode
-
Packages that use ServiceFault.Details.FaultCode Package Description org.jclouds.profitbricks.domain -
-
Uses of ServiceFault.Details.FaultCode in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return ServiceFault.Details.FaultCode Modifier and Type Method Description abstract ServiceFault.Details.FaultCode
ServiceFault.Details. faultCode()
static ServiceFault.Details.FaultCode
ServiceFault.Details.FaultCode. fromValue(String v)
static ServiceFault.Details.FaultCode
ServiceFault.Details.FaultCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServiceFault.Details.FaultCode[]
ServiceFault.Details.FaultCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.profitbricks.domain with parameters of type ServiceFault.Details.FaultCode Modifier and Type Method Description abstract ServiceFault.Details.Builder
ServiceFault.Details.Builder. faultCode(ServiceFault.Details.FaultCode faultCode)
-