Package | Description |
---|---|
com.communote.plugins.api.rest.resource.user.image |
Modifier and Type | Method and Description |
---|---|
ESize |
ImageResource.getSize()
Returns the constant Size.
|
ESize |
GetImageParameter.getSize()
Returns the constant Size.
|
static ESize |
ESize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESize[] |
ESize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ImageResource.imageSingle(ESize size,
Long userId) |
void |
ImageResource.setSize(ESize size)
Sets the constant Size.
|
void |
GetImageParameter.setSize(ESize size)
Sets the constant Size.
|
Constructor and Description |
---|
GetImageParameter(javax.ws.rs.core.MultivaluedMap<String,String> valueMap,
ESize size,
Long userId)
This constructor parses all incoming parameter of a request into the class structure
|
GetImageParameter(String representation,
ESize size,
Long userId) |
Copyright © 2019 Communote team. All rights reserved.