Uses of Class
org.restlet.client.data.Dimension
-
Packages that use Dimension Package Description org.restlet.client Core classes of the API.org.restlet.client.data Information exchanged by components.org.restlet.client.resource Client and server resource classes.org.restlet.client.util Various utility classes. -
-
Uses of Dimension in org.restlet.client
Methods in org.restlet.client that return types with arguments of type Dimension Modifier and Type Method Description java.util.Set<Dimension>
Response. getDimensions()
Returns the modifiable set of selecting dimensions on which the response entity may vary.Method parameters in org.restlet.client with type arguments of type Dimension Modifier and Type Method Description void
Response. setDimensions(java.util.Set<Dimension> dimensions)
Sets the set of dimensions on which the response entity may vary. -
Uses of Dimension in org.restlet.client.data
Methods in org.restlet.client.data that return Dimension Modifier and Type Method Description static Dimension
Dimension. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Dimension[]
Dimension. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Dimension in org.restlet.client.resource
Methods in org.restlet.client.resource that return types with arguments of type Dimension Modifier and Type Method Description java.util.Set<Dimension>
Resource. getDimensions()
Returns the modifiable set of selecting dimensions on which the response entity may vary. -
Uses of Dimension in org.restlet.client.util
Methods in org.restlet.client.util that return types with arguments of type Dimension Modifier and Type Method Description java.util.Set<Dimension>
WrapperResponse. getDimensions()
Returns the set of selecting dimensions on which the response entity may vary.Method parameters in org.restlet.client.util with type arguments of type Dimension Modifier and Type Method Description void
WrapperResponse. setDimensions(java.util.Set<Dimension> dimensions)
-