Package com.kii.sdk.photocolle

Interface Summary
AuthenticateCallback The callback interface of authenticate.
DTO Data Transfer Object.
 

Class Summary
AuthenticationContext Context of an authentication.
AuthHiddenActivity Receive the consented result of authentication in this Activity.
Authority Execute authentication.
CapacityInfo Server capacity information.
ContentBodyInfo Content body information received from server.
ContentGUID Guid of a content.
ContentInfo Content information.
ContentThumbnailInfo Content thumbnail information.
ContentThumbnailInfoList List of content thumbnail information.
DataID File ID of uploaded content.
DateFilter The abstract definition for the data model that provides a filter with date time.
DetailedContentInfo Content information with tags.
EventTag Implementation of Tag for event.
FavoriteTag Implementation of Tag for favorite.
ListResponse<T extends DTO> This class is container of response list.
ModifiedDateFilter The filter of modfied date time.
NamedTagHead TagHead with name.
PersonTag Implementation of Tag for person.
PhotoColle  
PlacementTag Implementation of Tag for placement.
Tag The abstract definition for the data model that provides a tag.
TagHead Implementation of header info for tag.
UploadDateFilter The filter of upload date time.
UploadException.ErrorItem  
YearMonthTag Implementation of Tag for years.
 

Enum Summary
AuthenticationContextAccessException.Reason The reason for accessing stored AuthenticationContext failed.
AuthenticationException.Reason Error reason returned from server.
BaseApplicationLayerException.ErrorCode Error code returned from server.
Category The type of category to select tags.
FileType The type of a file.
MimeType The mime type.
Orientation The orientation of content.
ParameterException.Reason Reason of invalid parameter.
ProjectionType The type of a projection.
ResizeType The type of a content resized or not.
Scope Applications request permissions to Docomo Authentication server with this Scope.
Score The type of 5 step evaluation score.
SortType The type of sort.
TagType The type of a tag.
 

Exception Summary
ApplicationLayerException Thrown when a request sending by PhotoColleSDK was failed to execute on a server.
AuthenticationCanceledException Thrown when authentication is canceled by user.
AuthenticationContextAccessException Thrown when failed to access stored AuthenticationContext.
AuthenticationContextNotFoundException Thrown when AuthenticationContext does not stored.
AuthenticationException Thrown when authentication is failed.
BaseApplicationLayerException Base class for application layer exception.
ConnectionException Thrown when network IO error occurred.
HttpException Thrown when PhotoColleSDK received unexpected status code in HTTP session.
InvalidTokenException Thrown when token is invalid.
NoRefreshTokenException Thrown when refreshing access token is failed because of AuthenticationContext object.
ParameterException Thrown when parameter passed to method of PhotoColle was invalid.
PhotocolleException Thrown when an exceptional condition has occurred in this SDK.
ResponseBodyParseException Thrown when PhotoColleSDK receives unexptected response body data from server, therefore, PhotoColleSDK failed to parse response body data to return value of PhotoColleSDK methods.
UploadException Thrown when a uploading request sending by PhotoColleSDK was failed to execute on a server.