Uses of Class
com.jakewharton.trakt.enumerations.MediaType

Packages that use MediaType
com.jakewharton.trakt.entities Immutable POJOs which provide native object representation of the JSON returned by remote API calls. 
com.jakewharton.trakt.enumerations All Trakt-defined enumerations which are used both in request responses as well as building remote requests. 
 

Uses of MediaType in com.jakewharton.trakt.entities
 

Methods in com.jakewharton.trakt.entities that return MediaType
 MediaType MediaEntity.getType()
           
 

Uses of MediaType in com.jakewharton.trakt.enumerations
 

Methods in com.jakewharton.trakt.enumerations that return MediaType
static MediaType MediaType.fromValue(String value)
           
static MediaType MediaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MediaType[] MediaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 Jake Wharton. All Rights Reserved.