Uses of Class
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.SMSResponseType

Packages that use SMSResponseType
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response   
 

Uses of SMSResponseType in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response that return SMSResponseType
 SMSResponseType SMSResponseConfig.getResponseType()
           
 SMSResponseType AbstractSMSResponseConfig.getResponseType()
           
static SMSResponseType SMSResponseType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SMSResponseType[] SMSResponseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response with parameters of type SMSResponseType
AbstractSMSResponseConfig(SMSResponseType responseType)