Serialized Form


Package net.stepniak.picheese.error.client.exception

Class net.stepniak.picheese.error.client.exception.AuthException extends ClientBaseException implements Serializable

Class net.stepniak.picheese.error.client.exception.ClientBaseException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause

error

ClientErrorType error

Class net.stepniak.picheese.error.client.exception.ConnectionFailedException extends ClientBaseException implements Serializable

Class net.stepniak.picheese.error.client.exception.InputParamException extends ClientBaseException implements Serializable

Class net.stepniak.picheese.error.client.exception.UpdateApplicationException extends ClientBaseException implements Serializable


Package net.stepniak.picheese.error.server.exception

Class net.stepniak.picheese.error.server.exception.BadRequestException extends ServerBaseException implements Serializable

Class net.stepniak.picheese.error.server.exception.ForbiddenException extends ServerBaseException implements Serializable

Class net.stepniak.picheese.error.server.exception.HttpsRequiredException extends ServerBaseException implements Serializable

Class net.stepniak.picheese.error.server.exception.ImageException extends ServerBaseException implements Serializable

Class net.stepniak.picheese.error.server.exception.InternalServerException extends ServerBaseException implements Serializable

Class net.stepniak.picheese.error.server.exception.MethodNotAllowedException extends ServerBaseException implements Serializable

Class net.stepniak.picheese.error.server.exception.NotAuthorizedException extends ServerBaseException implements Serializable

Class net.stepniak.picheese.error.server.exception.NotFoundException extends ServerBaseException implements Serializable

Class net.stepniak.picheese.error.server.exception.PhotoException extends ServerBaseException implements Serializable

Class net.stepniak.picheese.error.server.exception.ServerBaseException extends RuntimeException implements Serializable

Serialized Fields

status

int status

cause

Throwable cause

error

ServerErrorType error

Class net.stepniak.picheese.error.server.exception.UnsupportedMediaTypeException extends ServerBaseException implements Serializable

Class net.stepniak.picheese.error.server.exception.UserAuthException extends ServerBaseException implements Serializable


Package net.stepniak.picheese.pojos

Class net.stepniak.picheese.pojos.Base extends Object implements Serializable


Package net.stepniak.picheese.pojos.v1

Class net.stepniak.picheese.pojos.v1.CollectionBase extends Base implements Serializable

Serialized Fields

currentPage

int currentPage

pageLimit

int pageLimit

totalResults

int totalResults

totalPages

int totalPages

isNext

boolean isNext

nextPage

int nextPage

isPrev

boolean isPrev

prevPage

int prevPage

Class net.stepniak.picheese.pojos.v1.CollectionPhoto extends CollectionBase implements Serializable

Serialized Fields

entities

List<E> entities

Class net.stepniak.picheese.pojos.v1.Error extends Base implements Serializable

Serialized Fields

msg

String msg

error

String error

Class net.stepniak.picheese.pojos.v1.Key extends Base implements Serializable

Serialized Fields

id

String id

creationDate

Date creationDate

expires

Date expires

Class net.stepniak.picheese.pojos.v1.Photo extends Base implements Serializable

Serialized Fields

id

Long id

url

PhotoUrl url

rating

PhotoRating rating

user

User user

title

String title

description

String description

Class net.stepniak.picheese.pojos.v1.PhotoRating extends Base implements Serializable

Serialized Fields

score

int score

Class net.stepniak.picheese.pojos.v1.PhotoUrl extends Base implements Serializable

Serialized Fields

thumbnail

String thumbnail

normal

String normal

original

String original

Class net.stepniak.picheese.pojos.v1.Session extends Base implements Serializable

Serialized Fields

id

String id

user

User user

creationDate

Date creationDate

expires

Date expires

Class net.stepniak.picheese.pojos.v1.User extends Base implements Serializable

Serialized Fields

id

String id

name

String name



Copyright © 2013. All Rights Reserved.