Uses of Class
org.jclouds.openstack.keystone.v2_0.domain.MediaType

Packages that use MediaType
org.jclouds.openstack.keystone.v2_0.domain   
 

Uses of MediaType in org.jclouds.openstack.keystone.v2_0.domain
 

Fields in org.jclouds.openstack.keystone.v2_0.domain with type parameters of type MediaType
protected  Set<MediaType> ApiMetadata.Builder.mediaTypes
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return MediaType
 MediaType MediaType.Builder.build()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return types with arguments of type MediaType
 Set<MediaType> ApiMetadata.getMediaTypes()
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type MediaType
 T MediaType.Builder.fromMediaType(MediaType in)
           
 T ApiMetadata.Builder.mediaTypes(MediaType... in)
           
 

Method parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type MediaType
 T ApiMetadata.Builder.mediaTypes(Set<MediaType> mediaTypes)
           
 

Constructor parameters in org.jclouds.openstack.keystone.v2_0.domain with type arguments of type MediaType
ApiMetadata(String id, String name, Set<Link> links, String status, Date updated, Set<MediaType> mediaTypes)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.