Uses of Class
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content.RawContentLocationType

Packages that use RawContentLocationType
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content   
 

Uses of RawContentLocationType in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content that return RawContentLocationType
 RawContentLocationType NoRawContent.getType()
          Returns this location type.
 RawContentLocationType RawContentInLocation.getType()
          Returns this location type.
 RawContentLocationType RawContentLocationConfig.getType()
          Returns this location type.
 RawContentLocationType RawContentInMessageConditional.getType()
          Returns this location type.
 RawContentLocationType RawContentInMessage.getType()
          Returns this location type.
 RawContentLocationType RawContentAsUrl.getType()
          Returns this location type.
static RawContentLocationType RawContentLocationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RawContentLocationType[] RawContentLocationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.