Uses of Class
org.restlet.client.data.Preference
-
Packages that use Preference Package Description org.restlet.client.data Information exchanged by components. -
-
Uses of Preference in org.restlet.client.data
Methods in org.restlet.client.data that return types with arguments of type Preference Modifier and Type Method Description java.util.List<Preference<CharacterSet>>ClientInfo. getAcceptedCharacterSets()Returns the modifiable list of character set preferences.java.util.List<Preference<Encoding>>ClientInfo. getAcceptedEncodings()Returns the modifiable list of encoding preferences.java.util.List<Preference<Language>>ClientInfo. getAcceptedLanguages()Returns the modifiable list of language preferences.java.util.List<Preference<MediaType>>ClientInfo. getAcceptedMediaTypes()Returns the modifiable list of media type preferences.java.util.List<Preference<MediaType>>ClientInfo. getAcceptedPatches()Returns the modifiable list of patch preferences.Method parameters in org.restlet.client.data with type arguments of type Preference Modifier and Type Method Description voidClientInfo. setAcceptedCharacterSets(java.util.List<Preference<CharacterSet>> acceptedCharacterSets)Sets the character set preferences.voidClientInfo. setAcceptedEncodings(java.util.List<Preference<Encoding>> acceptedEncodings)Sets the encoding preferences.voidClientInfo. setAcceptedLanguages(java.util.List<Preference<Language>> acceptedLanguages)Sets the language preferences.voidClientInfo. setAcceptedMediaTypes(java.util.List<Preference<MediaType>> acceptedMediaTypes)Sets the media type preferences.voidClientInfo. setAcceptedPatches(java.util.List<Preference<MediaType>> acceptedPatches)Sets the patch preferences.
-