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.FaultCodeServiceFault.Details. faultCode()static ServiceFault.Details.FaultCodeServiceFault.Details.FaultCode. fromValue(String v)static ServiceFault.Details.FaultCodeServiceFault.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.BuilderServiceFault.Details.Builder. faultCode(ServiceFault.Details.FaultCode faultCode) 
 -