A B C D E G H I J L M N P R S T U V W

A

AbstractMethod - Class in com.kallasoft.smugmug.api.json
Class used to represent the base implementation of a Method in the kallasoft SmugMug Java API.
AbstractMethod(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.AbstractMethod
Construct a method that represents the given method name which takes the given arguments.
AbstractResponse - Class in com.kallasoft.smugmug.api.json
A class that provides the base implementation of a response from the SmugMug JSON API methods.
AbstractResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.AbstractResponse
Construct a response that parses it's values out of the given responseText that represents the JSON reply.
AbstractResponse.Error - Class in com.kallasoft.smugmug.api.json
Class used to represent an error from a SmugMug JSON API response.
AbstractResponse.Error(Integer, String) - Constructor for class com.kallasoft.smugmug.api.json.AbstractResponse.Error
Construct an error with the given error code and error message.
Album - Class in com.kallasoft.smugmug.api.json.entity
Class used to define an album and all the properties it may or may not contain.
Album(JSONObject) - Constructor for class com.kallasoft.smugmug.api.json.entity.Album
Construct a new album by safely parsing all known album values out of the given JSONObject.
Album(Integer, String, String, String, String, Category, Category, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Integer, String, Boolean, Integer, Integer, Image, Boolean, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Integer, String, Boolean, Float, Float, Float, Float, String) - Constructor for class com.kallasoft.smugmug.api.json.entity.Album
Construct a new album with all the given property values.
AlbumTemplate - Class in com.kallasoft.smugmug.api.json.entity
Class used to define an album template and all the properties it contains.
AlbumTemplate(JSONObject) - Constructor for class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Construct a new album by safely parsing all known album template values out of the given JSONObject.
AlbumTemplate(Integer, String, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String, Boolean, Boolean, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Integer, String, Boolean, Float, Float, Float, Float) - Constructor for class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Construct an album template with the given values.
AlbumTransferStats - Class in com.kallasoft.smugmug.api.json.entity
Class used to define an album and all the transfer statistics that can be reported for it.
AlbumTransferStats(JSONObject) - Constructor for class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Construct a new album transfer stat object by safely parsing all known album values (and any contained image transfer stat objects if available) out of the given JSONObject.
AlbumTransferStats(Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Float, Float, Float, Float, Float, List<ImageTransferStats>) - Constructor for class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Construct an object with the given album transfer stats.
Anonymously - Class in com.kallasoft.smugmug.api.json.v1_2_0.login
This method establishes a session which isn't logged in.
Anonymously() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.login.Anonymously
Construct a new method instance that can be executed.
Anonymously(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.login.Anonymously
Construct a new method instance that can be executed with the given arguments.
Anonymously - Class in com.kallasoft.smugmug.api.json.v1_2_1.login
This class is a convenience class extending the base Anonymously implementation.
Anonymously() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.login.Anonymously
Construct a new method instance that can be executed.
Anonymously(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.login.Anonymously
Construct a new method instance that can be executed with the given arguments.
Anonymously.AnonymouslyResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.login
Class used to represent the response for the smugmug.login.withPassword method call.
Anonymously.AnonymouslyResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.login.Anonymously.AnonymouslyResponse
Construct a response by parsing the necessary values out of the JSON response text.
Anonymously.AnonymouslyResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.login
This class is a convenience class extending the base Anonymously.AnonymouslyResponse implementation.
Anonymously.AnonymouslyResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.login.Anonymously.AnonymouslyResponse
 
APIConstants - Class in com.kallasoft.smugmug.api
Class used to provide global constants across the entire API.
APIConstants() - Constructor for class com.kallasoft.smugmug.api.APIConstants
 
APIUtils - Class in com.kallasoft.smugmug.api.util
Class used to provide generally useful methods to the API regardless of version.
APIUtils() - Constructor for class com.kallasoft.smugmug.api.util.APIUtils
 
APIVersionConstants - Class in com.kallasoft.smugmug.api.json.v1_2_0
Class used to define constants that are specific to this version of the JSON API.
APIVersionConstants() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.APIVersionConstants
 
APIVersionConstants - Class in com.kallasoft.smugmug.api.json.v1_2_1
Class used to define constants that are specific to this version of the JSON API.
APIVersionConstants() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.APIVersionConstants
 
ApplyWatermark - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
Method used to apply a watermark to all the images contained in an album.
ApplyWatermark() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.ApplyWatermark
Construct a new method instance that can be executed.
ApplyWatermark(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.ApplyWatermark
Construct a new method instance that can be executed with the given arguments.
ApplyWatermark.ApplyWatermarkResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
Class used to represent the response for the smugmug.albums.applyWatermark method call.
ApplyWatermark.ApplyWatermarkResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.ApplyWatermark.ApplyWatermarkResponse
Construct a response by parsing the necessary values out of the JSON response text.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ChangeSettings
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Create
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Delete
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Get
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetInfo
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetStats
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates.Get
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Create
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Delete
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Get
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Rename
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangePosition
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangeSettings
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.Delete
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.Get
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetInfo
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetStats
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.Upload
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadFromURL
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.login.Anonymously
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.logout.Logout
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Create
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Delete
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Get
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.GetAll
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Rename
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTransferStats
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTree
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.albums.ApplyWatermark
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.albums.Get
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.ChangeSettings
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Create
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Delete
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangeSettings
Defines all the arguments this method takes.
ARGUMENTS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTree
Defines all the arguments this method takes.

B

base64Encode(byte[]) - Static method in class com.kallasoft.smugmug.api.util.APIUtils
Used to Base64-encode a byte array.
BINARY_UPLOAD_SERVER_URL - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.APIVersionConstants
Used to define the SmugMug API 1.2.0 Binary upload server URL (HTTP).
BINARY_UPLOAD_SERVER_URL - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.APIVersionConstants
Used to define the SmugMug API 1.2.1 Binary upload server URL (HTTP).
BY_CAPTION - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort
Used to define the "Caption" sort method.
BY_DATE_TIME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort
Used to define the "DateTime" sort method.
BY_FILE_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort
Used to define the "FileName" sort method.

C

calculateMD5Sum(byte[]) - Static method in class com.kallasoft.smugmug.api.util.APIUtils
Used to calculate the MD5 Sum for the given array of bytes.
canRank() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album can be ranked.
canRank() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album can be ranked.
Category - Class in com.kallasoft.smugmug.api.json.entity
Class used to define a category (or subcategory) and the subcategories and albums it contains.
Category(JSONObject) - Constructor for class com.kallasoft.smugmug.api.json.entity.Category
Construct a new category or subcategory by safely parsing all known values out of the given JSONObject.
Category(Integer, String) - Constructor for class com.kallasoft.smugmug.api.json.entity.Category
Construct a category or subcategory with the given parameters.
Category(Integer, String, Integer) - Constructor for class com.kallasoft.smugmug.api.json.entity.Category
Construct a category or subcategory with the given parameters.
Category(Integer, String, Integer, List<Album>, List<Category>) - Constructor for class com.kallasoft.smugmug.api.json.entity.Category
Construct a category or subcategory with the given parameters and optional lists of subcategories and albums that it may contain.
ChangePosition - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
This method changes the position of an image within it's album.
ChangePosition() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangePosition
Construct a new method instance that can be executed.
ChangePosition(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangePosition
Construct a new method instance that can be executed with the given arguments.
ChangePosition - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base ChangePosition implementation.
ChangePosition() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangePosition
Construct a new method instance that can be executed.
ChangePosition(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangePosition
Construct a new method instance that can be executed with the given arguments.
ChangePosition.ChangePositionResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
Class used to represent the response for the smugmug.images.changePosition method call.
ChangePosition.ChangePositionResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangePosition.ChangePositionResponse
Construct a response by parsing the necessary values out of the JSON response text.
ChangePosition.ChangePositionResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base ChangePosition.ChangePositionResponse implementation.
ChangePosition.ChangePositionResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangePosition.ChangePositionResponse
 
ChangeSettings - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
This method will change the settings on an album specified by AlbumID.
ChangeSettings() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.ChangeSettings
Construct a new method instance that can be executed.
ChangeSettings(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.ChangeSettings
Construct a new method instance that can be executed with the given arguments.
ChangeSettings - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
This method updates specific settings for a given image specified by ImageID.
ChangeSettings() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangeSettings
Construct a new method instance that can be executed.
ChangeSettings(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangeSettings
Construct a new method instance that can be executed with the given arguments.
ChangeSettings - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base ChangeSettings implementation.
ChangeSettings() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.ChangeSettings
Construct a new method instance that can be executed.
ChangeSettings(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.ChangeSettings
Construct a new method instance that can be executed with the given arguments.
ChangeSettings - Class in com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates
This method will change the settings on an album template specified by AlbumTemplateID.
ChangeSettings() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.ChangeSettings
Construct a new method instance that can be executed.
ChangeSettings(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.ChangeSettings
Construct a new method instance that can be executed with the given arguments.
ChangeSettings - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base ChangeSettings implementation.
ChangeSettings() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangeSettings
Construct a new method instance that can be executed.
ChangeSettings(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangeSettings
Construct a new method instance that can be executed with the given arguments.
ChangeSettings.ChangeSettingsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
Class used to represent the response for the smugmug.albums.changeSettings method call.
ChangeSettings.ChangeSettingsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.ChangeSettings.ChangeSettingsResponse
Construct a response by parsing the necessary values out of the JSON response text.
ChangeSettings.ChangeSettingsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
Class used to represent the response for the smugmug.images.changeSettings method call.
ChangeSettings.ChangeSettingsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangeSettings.ChangeSettingsResponse
Construct a response by parsing the necessary values out of the JSON response text.
ChangeSettings.ChangeSettingsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base ChangeSettings.ChangeSettingsResponse implementation.
ChangeSettings.ChangeSettingsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.ChangeSettings.ChangeSettingsResponse
 
ChangeSettings.ChangeSettingsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates
Class used to represent the response for the smugmug.albumtemplates.changeSettings method call.
ChangeSettings.ChangeSettingsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.ChangeSettings.ChangeSettingsResponse
Construct a response by parsing the necessary values out of the JSON response text.
ChangeSettings.ChangeSettingsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base ChangeSettings.ChangeSettingsResponse implementation.
ChangeSettings.ChangeSettingsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangeSettings.ChangeSettingsResponse
 
com.kallasoft.smugmug.api - package com.kallasoft.smugmug.api
 
com.kallasoft.smugmug.api.json - package com.kallasoft.smugmug.api.json
 
com.kallasoft.smugmug.api.json.entity - package com.kallasoft.smugmug.api.json.entity
 
com.kallasoft.smugmug.api.json.util - package com.kallasoft.smugmug.api.json.util
 
com.kallasoft.smugmug.api.json.v1_2_0 - package com.kallasoft.smugmug.api.json.v1_2_0
 
com.kallasoft.smugmug.api.json.v1_2_0.albums - package com.kallasoft.smugmug.api.json.v1_2_0.albums
 
com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates - package com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates
 
com.kallasoft.smugmug.api.json.v1_2_0.categories - package com.kallasoft.smugmug.api.json.v1_2_0.categories
 
com.kallasoft.smugmug.api.json.v1_2_0.images - package com.kallasoft.smugmug.api.json.v1_2_0.images
 
com.kallasoft.smugmug.api.json.v1_2_0.login - package com.kallasoft.smugmug.api.json.v1_2_0.login
 
com.kallasoft.smugmug.api.json.v1_2_0.logout - package com.kallasoft.smugmug.api.json.v1_2_0.logout
 
com.kallasoft.smugmug.api.json.v1_2_0.subcategories - package com.kallasoft.smugmug.api.json.v1_2_0.subcategories
 
com.kallasoft.smugmug.api.json.v1_2_0.users - package com.kallasoft.smugmug.api.json.v1_2_0.users
 
com.kallasoft.smugmug.api.json.v1_2_1 - package com.kallasoft.smugmug.api.json.v1_2_1
 
com.kallasoft.smugmug.api.json.v1_2_1.albums - package com.kallasoft.smugmug.api.json.v1_2_1.albums
 
com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates - package com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates
 
com.kallasoft.smugmug.api.json.v1_2_1.categories - package com.kallasoft.smugmug.api.json.v1_2_1.categories
 
com.kallasoft.smugmug.api.json.v1_2_1.images - package com.kallasoft.smugmug.api.json.v1_2_1.images
 
com.kallasoft.smugmug.api.json.v1_2_1.login - package com.kallasoft.smugmug.api.json.v1_2_1.login
 
com.kallasoft.smugmug.api.json.v1_2_1.logout - package com.kallasoft.smugmug.api.json.v1_2_1.logout
 
com.kallasoft.smugmug.api.json.v1_2_1.subcategories - package com.kallasoft.smugmug.api.json.v1_2_1.subcategories
 
com.kallasoft.smugmug.api.json.v1_2_1.users - package com.kallasoft.smugmug.api.json.v1_2_1.users
 
com.kallasoft.smugmug.api.util - package com.kallasoft.smugmug.api.util
 
Create - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
This method will create an album in the specified category (identified by the CategoryID) with the specified Title.
Create() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.Create
Construct a new method instance that can be executed.
Create(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.Create
Construct a new method instance that can be executed with the given arguments.
Create - Class in com.kallasoft.smugmug.api.json.v1_2_0.categories
This method creates a new Category with the given name.
Create() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.categories.Create
Construct a new method instance that can be executed.
Create(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.categories.Create
Construct a new method instance that can be executed with the given arguments.
Create - Class in com.kallasoft.smugmug.api.json.v1_2_0.subcategories
This method creates a new SubCategory with the given Name.
Create() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Create
Construct a new method instance that can be executed.
Create(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Create
Construct a new method instance that can be executed with the given arguments.
Create - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base Create implementation.
Create() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.Create
Construct a new method instance that can be executed.
Create(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.Create
Construct a new method instance that can be executed with the given arguments.
Create - Class in com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates
This method will create an album template with the specified properties.
Create() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Create
Construct a new method instance that can be executed.
Create(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Create
Construct a new method instance that can be executed with the given arguments.
Create - Class in com.kallasoft.smugmug.api.json.v1_2_1.categories
This class is a convenience class extending the base Create implementation.
Create() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.categories.Create
Construct a new method instance that can be executed.
Create(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.categories.Create
Construct a new method instance that can be executed with the given arguments.
Create - Class in com.kallasoft.smugmug.api.json.v1_2_1.subcategories
This class is a convenience class extending the base Create implementation.
Create() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Create
Construct a new method instance that can be executed.
Create(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Create
Construct a new method instance that can be executed with the given arguments.
Create.CreateResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
Class used to represent the response for the smugmug.albums.create method call.
Create.CreateResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.Create.CreateResponse
Construct a response by parsing the necessary values out of the JSON response text.
Create.CreateResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.categories
Class used to represent the response for the smugmug.categories.create method call.
Create.CreateResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.categories.Create.CreateResponse
Construct a response by parsing the necessary values out of the JSON response text.
Create.CreateResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.subcategories
Class used to represent the response for the smugmug.subcategories.create method call.
Create.CreateResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Create.CreateResponse
Construct a response by parsing the necessary values out of the JSON response text.
Create.CreateResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base Create.CreateResponse implementation.
Create.CreateResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.Create.CreateResponse
 
Create.CreateResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates
Class used to represent the response for the smugmug.albumtemplates.create method call.
Create.CreateResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Create.CreateResponse
Construct a response by parsing the necessary values out of the JSON response text.
Create.CreateResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.categories
This class is a convenience class extending the base Create.CreateResponse implementation.
Create.CreateResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.categories.Create.CreateResponse
 
Create.CreateResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.subcategories
This class is a convenience class extending the base Create.CreateResponse implementation.
Create.CreateResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Create.CreateResponse
 

D

DEFAULT_COLOR_AUTO_COLOR - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the Default Color value of "Auto Color".
DEFAULT_COLOR_TRUE_COLOR - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the Default Color value of "True Color".
Delete - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
This method deletes the specified Album and all photos within in.
Delete() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.Delete
Construct a new method instance that can be executed.
Delete(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.Delete
Construct a new method instance that can be executed with the given arguments.
Delete - Class in com.kallasoft.smugmug.api.json.v1_2_0.categories
This method deletes the specified Category.
Delete() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.categories.Delete
Construct a new method instance that can be executed.
Delete(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.categories.Delete
Construct a new method instance that can be executed with the given arguments.
Delete - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
This method deletes the specified image.
Delete() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.Delete
Construct a new method instance that can be executed.
Delete(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.Delete
Construct a new method instance that can be executed with the given arguments.
Delete - Class in com.kallasoft.smugmug.api.json.v1_2_0.subcategories
This method deletes the specified SubCategory.
Delete() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Delete
Construct a new method instance that can be executed.
Delete(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Delete
Construct a new method instance that can be executed with the given arguments.
Delete - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base Delete implementation.
Delete() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.Delete
Construct a new method instance that can be executed.
Delete(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.Delete
Construct a new method instance that can be executed with the given arguments.
Delete - Class in com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates
This method deletes the specified Album template.
Delete() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Delete
Construct a new method instance that can be executed.
Delete(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Delete
Construct a new method instance that can be executed with the given arguments.
Delete - Class in com.kallasoft.smugmug.api.json.v1_2_1.categories
This class is a convenience class extending the base Delete implementation.
Delete() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.categories.Delete
Construct a new method instance that can be executed.
Delete(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.categories.Delete
Construct a new method instance that can be executed with the given arguments.
Delete - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base Delete implementation.
Delete() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.Delete
Construct a new method instance that can be executed.
Delete(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.Delete
Construct a new method instance that can be executed with the given arguments.
Delete - Class in com.kallasoft.smugmug.api.json.v1_2_1.subcategories
This class is a convenience class extending the base Delete implementation.
Delete() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Delete
Construct a new method instance that can be executed.
Delete(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Delete
Construct a new method instance that can be executed with the given arguments.
Delete.DeleteResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
Class used to represent the response for the smugmug.albums.delete method call.
Delete.DeleteResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.Delete.DeleteResponse
Construct a response by parsing the necessary values out of the JSON response text.
Delete.DeleteResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.categories
Class used to represent the response for the smugmug.categories.delete method call.
Delete.DeleteResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.categories.Delete.DeleteResponse
Construct a response by parsing the necessary values out of the JSON response text.
Delete.DeleteResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
Class used to represent the response for the smugmug.images.delete method call.
Delete.DeleteResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.Delete.DeleteResponse
Construct a response by parsing the necessary values out of the JSON response text.
Delete.DeleteResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.subcategories
Class used to represent the response for the smugmug.subcategories.delete method call.
Delete.DeleteResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Delete.DeleteResponse
Construct a response by parsing the necessary values out of the JSON response text.
Delete.DeleteResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base Delete.DeleteResponse implementation.
Delete.DeleteResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.Delete.DeleteResponse
 
Delete.DeleteResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates
Class used to represent the response for the smugmug.albumtemplates.delete method call.
Delete.DeleteResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Delete.DeleteResponse
Construct a response by parsing the necessary values out of the JSON response text.
Delete.DeleteResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.categories
This class is a convenience class extending the base Delete.DeleteResponse implementation.
Delete.DeleteResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.categories.Delete.DeleteResponse
 
Delete.DeleteResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base Delete.DeleteResponse implementation.
Delete.DeleteResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.Delete.DeleteResponse
 
Delete.DeleteResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.subcategories
This class is a convenience class extending the base Delete.DeleteResponse implementation.
Delete.DeleteResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Delete.DeleteResponse
 
DIRECTION_ASCENDING - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort
Used to define the Ascending (ASC) sort direction.
DIRECTION_DESCENDING - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort
Used to define the Ascending (DESC) sort direction.

E

execute(String, String[]) - Method in interface com.kallasoft.smugmug.api.json.Method
Used to execute a Method by calling the given url and passing the given argumentValues for each of the arguments this method defines (identified by Method.getArguments())
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ChangeSettings
Used to execute the smugmug.albums.changeSettings method, changing any settings specified and leaving any settings not specified as they are.
execute(String, String, String, Integer, String, String, String, Integer, Integer, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Integer, String, Boolean, Integer, Integer, Boolean, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Integer, String, Boolean, Float, Float, Float, Float) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ChangeSettings
Convenience method used to execute the smugmug.albums.changeSettings method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Create
Used to execute the smugmug.albums.create method, creating a new album with the given settings and returning the album's ID.
execute(String, String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Create
Convenience method used to execute the smugmug.albums.create method.
execute(String, String, String, String, String, String, Integer, Integer, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Integer, String, Boolean, Integer, Boolean, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Integer, String, Boolean, Float, Float, Float, Float) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Create
Convenience method used to execute the smugmug.albums.create method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Delete
Used to execute the smugmug.albums.delete method, returning a status of the delete operation.
execute(String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Delete
Convenience method used to execute the smugmug.albums.delete method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Get
Used to execute the smugmug.albums.get method, returning a list of albums for the user identified by the Session ID or the given Nick Name.
execute(String, String, String, Boolean) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Get
Convenience method used to execute the smugmug.albums.get method.
execute(String, String, String, String, Boolean, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Get
Convenience method used to execute the smugmug.albums.get method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetInfo
Used to execute the smugmug.albums.getInfo method, returning detailed album information to the caller.
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetInfo
Convenience method used to execute the smugmug.albums.getInfo method.
execute(String, String, String, Integer, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetInfo
Convenience method used to execute the smugmug.albums.getInfo method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetStats
Used to execute the smugmug.albums.getStats method, returning the transfer stats for an album, and if the response is heavy, returning transfer stats for all the images in the album as well.
execute(String, String, String, Integer, Integer, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetStats
Convenience method used to execute the smugmug.albums.getStats method.
execute(String, String, String, Integer, Integer, Integer, Boolean) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetStats
Convenience method used to execute the smugmug.albums.getStats method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort
Used to execute the smugmug.albums.reSort method, returning confirmation that the sort has been executed.
execute(String, String, String, Integer, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort
Convenience method used to execute the smugmug.albums.reSort method, returning confirmation that the sort has been executed.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates.Get
Used to execute the smugmug.albumtemplates.get method, returning a list of the album templates for this user (only available to Power and Pro users).
execute(String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates.Get
Convenience method used to execute the smugmug.albumtemplates.get method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Create
Used to execute the smugmug.categories.create method, creating a new category.
execute(String, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Create
Convenience method used to execute the smugmug.categories.create method to create a category with the given name.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Delete
Used to execute the smugmug.categories.delete method, deleting the given category.
execute(String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Delete
Convenience method used to execute the smugmug.categories.delete method, deleting the given category.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Get
Used to execute the smugmug.categories.get method, returning a list of categories for the given user.
execute(String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Get
Convenience method used to execute the smugmug.categories.get method to get all the categories for the user identified by the given sessionID.
execute(String, String, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Get
Convenience method used to execute the smugmug.categories.get method to get all the accessible categories for the given user with nickName and sitePassword if necessary.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Rename
Used to execute the smugmug.categories.rename method, renaming the given category with the given name.
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Rename
Convenience method used to execute the smugmug.categories.rename method, renaming the given category with the given name.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangePosition
Used to execute the smugmug.images.changePosition method.
execute(String, String, String, Integer, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangePosition
Convenience method used to execute the smugmug.images.changePosition method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangeSettings
Used to execute the smugmug.images.changeSettings method.
execute(String, String, String, Integer, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangeSettings
Convenience method used to execute the smugmug.images.changeSettings method.
execute(String, String, String, Integer, String, String, Boolean) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangeSettings
Convenience method used to execute the smugmug.images.changeSettings method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Delete
Used to execute the smugmug.images.delete method.
execute(String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Delete
Convenience method used to execute the smugmug.images.changePosition method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Get
Used to execute the smugmug.images.get method, returning a list of image IDs for the given album.
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Get
Convenience method used to execute the smugmug.images.get method.
execute(String, String, String, Integer, String, Boolean) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Get
Convenience method used to execute the smugmug.images.get method.
execute(String, String, String, Integer, String, Boolean, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Get
Convenience method used to execute the smugmug.images.get method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF
Used to execute the smugmug.images.getEXIF method, returning all the EXIF data from the image.
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF
Convenience method used to execute the smugmug.images.getEXIF method.
execute(String, String, String, Integer, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF
Convenience method used to execute the smugmug.images.getEXIF method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetInfo
Used to execute the smugmug.images.getInfo method, returning all the information about a specific image.
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetInfo
Convenience method used to execute the smugmug.images.getInfo method.
execute(String, String, String, Integer, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetInfo
Convenience method used to execute the smugmug.images.getInfo method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetStats
Used to execute the smugmug.images.getStats method, returning the transfer statistics for the given image.
execute(String, String, String, Integer, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetStats
Convenience method used to execute the smugmug.images.getStats method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs
Used to execute the smugmug.images.getURLs method, returning a list of the URLs for the different sizes of the given image.
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs
Convenience method used to execute the smugmug.images.getURLs method.
execute(String, String, String, Integer, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs
Convenience method used to execute the smugmug.images.getURLs method.
execute(String, String, String, Integer, String, Integer, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs
Convenience method used to execute the smugmug.images.getURLs method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Upload
Used to execute the smugmug.images.upload method, returning the ID of the uploaded image.
execute(String, String, String, Integer, String, InputStream) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Upload
Convenience method used to execute the smugmug.images.upload method.
execute(String, String, String, Integer, String, InputStream, String, String, Double, Double, Double) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Upload
Convenience method used to execute the smugmug.images.upload method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadFromURL
Used to execute the smugmug.images.uploadFromURL method, returning the ID of the uploaded image.
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadFromURL
Convenience method used to execute the smugmug.images.uploadFromURL method.
execute(String, String, String, Integer, String, Integer, String, String, String, Double, Double, Double) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadFromURL
Convenience method used to execute the smugmug.images.uploadFromURL method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut
Unimplemented method, throws UnsupportedOperationException.
execute(String, String[], byte[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut
Used to perform a Binary-only upload using HTTP PUT.
execute(String, String, Integer, Integer, String, InputStream) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut
Convenience method that delegates to UploadHTTPPut.execute(String, String, Integer, Integer, String, InputStream, String, String, Double, Double, Double).
execute(String, String, Integer, Integer, String, InputStream, String, String, Double, Double, Double) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut
Convenience method used to take a InputStream and load the bytes of the image file before calling UploadHTTPPut.execute(String, String[], byte[]).
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.Anonymously
Used to execute the smugmug.login.anonymously method, logging the user in and returning a SessionID that can be used for all other API methods.
execute(String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.Anonymously
Convenience method used to execute the smugmug.login.anonymously method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash
Used to execute the smugmug.login.withHash method, logging the user in and returning a SessionID that can be used for all other API methods.
execute(String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash
Convenience method used to execute the smugmug.login.withHash method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword
Used to execute the smugmug.login.withPassword method, logging the user in and returning a SessionID that can be used for all other API methods.
execute(String, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword
Convenience method used to execute the smugmug.login.withPassword method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.logout.Logout
Used to execute the smugmug.logout method.
execute(String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.logout.Logout
Convenience method used to execute the smugmug.logout method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Create
Used to execute the smugmug.subcategories.create method, creating a new subcategory.
execute(String, String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Create
Convenience method used to execute the smugmug.subcategories.create method to create a subcategory with the given name.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Delete
Used to execute the smugmug.subcategories.delete method, deleting the given subcategory.
execute(String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Delete
Convenience method used to execute the smugmug.subcategories.delete method, deleting the given subcategory.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Get
Used to execute the smugmug.subcategories.get method, returning a list of subcategories for the given user and category.
execute(String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Get
Convenience method used to execute the smugmug.subcategories.get method to get all the subcategories for the given category.
execute(String, String, String, Integer, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Get
Convenience method used to execute the smugmug.subcategories.get method to get all the subcategories for the given category.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.GetAll
Used to execute the smugmug.subcategories.getAll method, returning a list of all the subcategories that this user has.
execute(String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.GetAll
Convenience method used to execute the smugmug.subcategories.getAll method to get all the subcategories for this user.
execute(String, String, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.GetAll
Convenience method used to execute the smugmug.subcategories.getAll method to get all the subcategories for the given user.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Rename
Used to execute the smugmug.subcategories.rename method, renaming the given subcategory with the given name.
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Rename
Convenience method used to execute the smugmug.subcategories.rename method, renaming the given subcategory with the given name.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTransferStats
Used to execute the smugmug.users.getTransferStats method, returning a response containing the transfer statistics requested for the particular user (assuming SmugMug had them on file).
execute(String, String, String, Integer, Integer, Boolean) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTransferStats
Convenience method used to execute the smugmug.users.getTransferStats method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTree
Used to execute the smugmug.users.getTree method, returning a response containing the tree of categories, subcategories, and albums (in that order) for the user identified by the SessionID or the user identified by NickName.
execute(String, String, String, Boolean) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTree
Convenience method used to execute the smugmug.users.getTree method.
execute(String, String, String, String, Boolean, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTree
Convenience method used to execute the smugmug.users.getTree method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.ApplyWatermark
Used to execute the smugmug.albums.applyWatermark method, applying a specific watermark to the images contained in an album.
execute(String, String, String, Integer, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.ApplyWatermark
Convenience method used to execute the smugmug.albums.applyWatermark method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.ChangeSettings
 
execute(String, String, String, Integer, String, String, String, Integer, Integer, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Integer, String, Boolean, Integer, Integer, Boolean, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Integer, String, Boolean, Float, Float, Float, Float) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.ChangeSettings
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.Create
 
execute(String, String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.Create
 
execute(String, String, String, String, String, String, Integer, Integer, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Integer, String, Boolean, Integer, Boolean, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Integer, String, Boolean, Float, Float, Float, Float) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.Create
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.Delete
 
execute(String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.Delete
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.Get
 
execute(String, String, String, Boolean) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.Get
 
execute(String, String, String, String, Boolean, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.Get
 
execute(String, String, String, String, Boolean, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.Get
Convenience method used to execute the smugmug.albums.get method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.GetInfo
 
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.GetInfo
 
execute(String, String, String, Integer, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.GetInfo
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.GetStats
 
execute(String, String, String, Integer, Integer, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.GetStats
 
execute(String, String, String, Integer, Integer, Integer, Boolean) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.GetStats
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.ReSort
 
execute(String, String, String, Integer, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.ReSort
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.ChangeSettings
Used to execute the smugmug.albumtemplates.changeSettings method, changing any settings specified and leaving any settings not specified as they are.
execute(String, String, String, Integer, String, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String, Boolean, Integer, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Integer, String, Boolean, Float, Float, Float, Float) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.ChangeSettings
Convenience method used to execute the smugmug.albumtemplates.changeSettings method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Create
Used to execute the smugmug.albumtemplates.create method, creating a new album template with the given settings and returning the album template's ID.
execute(String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, String, Boolean, Integer, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Boolean, Boolean, Boolean, Boolean, Integer, Boolean, Integer, String, Boolean, Float, Float, Float, Float) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Create
Convenience method used to execute the smugmug.albumtemplates.create method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Delete
Used to execute the smugmug.albumtemplates.delete method, returning a status of the delete operation.
execute(String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Delete
Convenience method used to execute the smugmug.albumtemplates.delete method.
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Get
 
execute(String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Get
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.categories.Create
 
execute(String, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.categories.Create
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.categories.Delete
 
execute(String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.categories.Delete
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.categories.Get
 
execute(String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.categories.Get
 
execute(String, String, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.categories.Get
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.categories.Rename
 
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.categories.Rename
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangePosition
 
execute(String, String, String, Integer, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangePosition
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangeSettings
 
execute(String, String, String, Integer, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangeSettings
 
execute(String, String, String, Integer, String, String, Boolean) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangeSettings
 
execute(String, String, String, Integer, String, String, Boolean, Double, Double, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.ChangeSettings
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.Delete
 
execute(String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.Delete
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.Get
 
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.Get
 
execute(String, String, String, Integer, String, Boolean) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.Get
 
execute(String, String, String, Integer, String, Boolean, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.Get
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.GetEXIF
 
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.GetEXIF
 
execute(String, String, String, Integer, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.GetEXIF
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.GetInfo
 
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.GetInfo
 
execute(String, String, String, Integer, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.GetInfo
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.GetStats
 
execute(String, String, String, Integer, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.GetStats
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.GetURLs
 
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.GetURLs
 
execute(String, String, String, Integer, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.GetURLs
 
execute(String, String, String, Integer, String, Integer, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.GetURLs
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.Upload
 
execute(String, String, String, Integer, String, InputStream) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.Upload
 
execute(String, String, String, Integer, String, InputStream, String, String, Double, Double, Double) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.Upload
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadFromURL
 
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadFromURL
 
execute(String, String, String, Integer, String, Integer, String, String, String, Double, Double, Double) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadFromURL
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadHTTPPut
 
execute(String, String[], byte[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadHTTPPut
 
execute(String, String, Integer, Integer, String, InputStream) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadHTTPPut
 
execute(String, String, Integer, Integer, String, InputStream, String, String, Double, Double, Double) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadHTTPPut
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.login.Anonymously
 
execute(String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.login.Anonymously
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.login.WithHash
 
execute(String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.login.WithHash
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.login.WithPassword
 
execute(String, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.login.WithPassword
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.logout.Logout
 
execute(String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.logout.Logout
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Create
 
execute(String, String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Create
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Delete
 
execute(String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Delete
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Get
 
execute(String, String, String, Integer) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Get
 
execute(String, String, String, Integer, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Get
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.GetAll
 
execute(String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.GetAll
 
execute(String, String, String, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.GetAll
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Rename
 
execute(String, String, String, Integer, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Rename
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTransferStats
 
execute(String, String, String, Integer, Integer, Boolean) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTransferStats
 
execute(String, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTree
 
execute(String, String, String, Boolean) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTree
 
execute(String, String, String, String, Boolean, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTree
 
execute(String, String, String, String, Boolean, String, String) - Method in class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTree
Convenience method used to execute the smugmug.users.getTree method.
executeImpl(String, String[]) - Method in class com.kallasoft.smugmug.api.json.AbstractMethod
The core implementation of the kallasoft SmugMug Java API that takes the given URL and argument values, and communicates with the SmugMug JSON API then returns the JSON-formatted reply to the caller.
executeUploadImpl(String, String[], byte[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut
The core implementation used to perform a Binary-only upload using HTTP PUT.

G

Get - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
This method returns a list of albums for a given user (either via SessionID or (optional) NickName).
Get() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.Get
Construct a new method instance that can be executed.
Get(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.Get
Construct a new method instance that can be executed with the given arguments.
Get - Class in com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates
This method returns all of the album templates for the logged in user (via SessionID).
Get() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates.Get
Construct a new method instance that can be executed.
Get(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates.Get
Construct a new method instance that can be executed with the given arguments.
Get - Class in com.kallasoft.smugmug.api.json.v1_2_0.categories
This method returns a list of Categories for the specified user (identified by SessionID or (optional) NickName).
Get() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.categories.Get
Construct a new method instance that can be executed.
Get(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.categories.Get
Construct a new method instance that can be executed with the given arguments.
Get - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
This method will fetch all the ImageIDs for the album specified by AlbumID.
Get() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.Get
Construct a new method instance that can be executed.
Get(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.Get
Construct a new method instance that can be executed with the given arguments.
Get - Class in com.kallasoft.smugmug.api.json.v1_2_0.subcategories
This method returns a list of SubCategories for the specified user (identified by SessionID or (optional) NickName) in the specified Category (identified by CategoryID).
Get() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Get
Construct a new method instance that can be executed.
Get(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Get
Construct a new method instance that can be executed with the given arguments.
Get - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base Get implementation.
Get() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.Get
Construct a new method instance that can be executed.
Get(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.Get
Construct a new method instance that can be executed with the given arguments.
Get - Class in com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates
This class is a convenience class extending the base Get implementation.
Get() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Get
Construct a new method instance that can be executed.
Get(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Get
Construct a new method instance that can be executed with the given arguments.
Get - Class in com.kallasoft.smugmug.api.json.v1_2_1.categories
This class is a convenience class extending the base Get implementation.
Get() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.categories.Get
Construct a new method instance that can be executed.
Get(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.categories.Get
Construct a new method instance that can be executed with the given arguments.
Get - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base Get implementation.
Get() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.Get
Construct a new method instance that can be executed.
Get(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.Get
Construct a new method instance that can be executed with the given arguments.
Get - Class in com.kallasoft.smugmug.api.json.v1_2_1.subcategories
This class is a convenience class extending the base Get implementation.
Get() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Get
Construct a new method instance that can be executed.
Get(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Get
Construct a new method instance that can be executed with the given arguments.
Get.GetResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
Class used to represent the response for the smugmug.albums.get method call.
Get.GetResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.Get.GetResponse
Construct a response by parsing the necessary values out of the JSON response text.
Get.GetResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates
Class used to represent the response for the smugmug.albumtemplates.get method call.
Get.GetResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates.Get.GetResponse
Construct a response by parsing the necessary values out of the JSON response text.
Get.GetResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.categories
Class used to represent the response for the smugmug.categories.get method call.
Get.GetResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.categories.Get.GetResponse
Construct a response by parsing the necessary values out of the JSON response text.
Get.GetResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
Class used to represent the response for the smugmug.images.get method call.
Get.GetResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.Get.GetResponse
Construct a response by parsing the necessary values out of the JSON response text.
Get.GetResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.subcategories
Class used to represent the response for the smugmug.subcategories.get method call.
Get.GetResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Get.GetResponse
Construct a response by parsing the necessary values out of the JSON response text.
Get.GetResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base Get.GetResponse implementation.
Get.GetResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.Get.GetResponse
 
Get.GetResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates
This class is a convenience class extending the base Get.GetResponse implementation.
Get.GetResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Get.GetResponse
 
Get.GetResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.categories
This class is a convenience class extending the base Get.GetResponse implementation.
Get.GetResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.categories.Get.GetResponse
 
Get.GetResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base Get.GetResponse implementation.
Get.GetResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.Get.GetResponse
 
Get.GetResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.subcategories
This class is a convenience class extending the base Get.GetResponse implementation.
Get.GetResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Get.GetResponse
 
getAccountType() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash.WithHashResponse
Used to get the account type (e.g.
getAccountType() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword.WithPasswordResponse
Used to get the account type (e.g.
getAlbum() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the Album that this image is contained in.
getAlbum() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetInfo.GetInfoResponse
Used to return the album and all it's associated information.
getAlbumID() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Create.CreateResponse
Used to get the ID of the album that was created.
getAlbumKey() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the security key for the album.
getAlbumKey() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Create.CreateResponse
Used to get the security key for the album that was created.
getAlbumList() - Method in class com.kallasoft.smugmug.api.json.entity.Category
Used to get a list of the albums (if any) that this category or subcategory has associated with it.
getAlbumList() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Get.GetResponse
Used to get a list of the albums that were returned.
getAlbumTemplateID() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the ID of the album template used to configure this album.
getAlbumTemplateID() - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Create.CreateResponse
Used to get the ID of the album template that was created.
getAlbumTemplateList() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates.Get.GetResponse
 
getAlbumTemplateName() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the name of the album template.
getAlbumTransferStats() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetStats.GetStatsResponse
Used to get the transfer statistics for this album.
getAlbumTransferStatsList() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTransferStats.GetTransferStatsResponse
Used to retrieve the list of AlbumTransferStatss that contain transfer statistics for each album.
getAlbumURL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for the album this image is contained in.
getAlbumURL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for the album this image is contained in.
GetAll - Class in com.kallasoft.smugmug.api.json.v1_2_0.subcategories
This method returns a list of SubCategories for the specified user (identified by SessionID or (optional) NickName).
GetAll() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.GetAll
Construct a new method instance that can be executed.
GetAll(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.GetAll
Construct a new method instance that can be executed with the given arguments.
GetAll - Class in com.kallasoft.smugmug.api.json.v1_2_1.subcategories
This class is a convenience class extending the base GetAll implementation.
GetAll() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.GetAll
Construct a new method instance that can be executed.
GetAll(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.GetAll
Construct a new method instance that can be executed with the given arguments.
GetAll.GetAllResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.subcategories
Class used to represent the response for the smugmug.subcategories.getAll method call.
GetAll.GetAllResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.GetAll.GetAllResponse
Construct a response by parsing the necessary values out of the JSON response text.
GetAll.GetAllResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.subcategories
This class is a convenience class extending the base GetAll.GetAllResponse implementation.
GetAll.GetAllResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.GetAll.GetAllResponse
 
getAltitude() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the altitude associated with this image (for geo-tagging purposes).
getAperture() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the aperture that was set when the image was taken.
getArguments() - Method in class com.kallasoft.smugmug.api.json.AbstractMethod
 
getArguments() - Method in interface com.kallasoft.smugmug.api.json.Method
Used to get a list of the argument names for this method.
getBackprinting() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the optional text that can be printed on the backs of the prints.
getBackprinting() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the optional text that can be printed on the backs of the prints.
getBooleanSafely(JSONObject, String) - Static method in class com.kallasoft.smugmug.api.json.util.JSONUtils
 
getBrightness() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the brightness for the image.
getBytes() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of bytes transferred for this album.
getBytes() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of bytes transferred for this image.
getCaption() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the caption for the image.
getCategory() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the category that this album belongs to.
getCategoryID() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Create.CreateResponse
Used to get the ID the newly created category.
getCategoryList() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Get.GetResponse
Used to get the list of categories that were part of the response.
getCategoryList() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTree.GetTreeResponse
Used to get a list of the categories that represent the root of the content-tree.
getCCDWidth() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the CCD width of the camera that took the picture.
getCode() - Method in class com.kallasoft.smugmug.api.json.AbstractResponse.Error
Used to get the error code for this error.
getColorSpace() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the colorspace for the image.
getCommunityID() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the ID of the community that this album belongs to.
getCommunityID() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the ID of the community that this album belongs to.
getCompressedBitsPerPixel() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the compressed bits per pixel for the image.
getContrast() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the contrast of the image.
getDate() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the timestamp from the image.
getDateTime() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the timestamp from the image's EXIF data.
getDateTimeDigitized() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the original digitization timestamp from the image's EXIF data.
getDateTimeOriginal() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the original timestamp from the image's EXIF data.
getDescription() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get a description of the album.
getDigitalZoomRatio() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the digital zoom ratio for the image.
getDisplayName() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash.WithHashResponse
Used to get the display name of the logged in user.
getDisplayName() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword.WithPasswordResponse
Used to get the display name of the logged in user.
getDoubleSafely(JSONObject, String) - Static method in class com.kallasoft.smugmug.api.json.util.JSONUtils
 
getError() - Method in class com.kallasoft.smugmug.api.json.AbstractResponse
Used to get the AbstractResponse.Error associated with this response if one occurred, otherwise this will return null.
GetEXIF - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
This method will return camera and photograph details about the image specified by ImageID.
GetEXIF() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF
Construct a new method instance that can be executed.
GetEXIF(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF
Construct a new method instance that can be executed with the given arguments.
GetEXIF - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base GetEXIF implementation.
GetEXIF() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.GetEXIF
Construct a new method instance that can be executed.
GetEXIF(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.GetEXIF
Construct a new method instance that can be executed with the given arguments.
GetEXIF.GetEXIFResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
Class used to represent the response for the smugmug.images.getEXIF method call.
GetEXIF.GetEXIFResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Construct a response by parsing the necessary values out of the JSON response text.
GetEXIF.GetEXIFResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base GetEXIF.GetEXIFResponse implementation.
GetEXIF.GetEXIFResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.GetEXIF.GetEXIFResponse
 
getExposureBiasValue() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the exposure bias value.
getExposureMode() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the exposure mode.
getExposureProgram() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the exposure program used by the camera when the image was taken.
getExposureTime() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the exposure time that was set when the image was taken.
getFileName() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the original file name of the image.
getFileSizeLimit() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash.WithHashResponse
Used to get the upload file size limit for the logged in user in bytes.
getFileSizeLimit() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword.WithPasswordResponse
Used to get the upload file size limit for the logged in user in bytes.
getFlash() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the flash setting when the image was taken.
getFloatSafely(JSONObject, String) - Static method in class com.kallasoft.smugmug.api.json.util.JSONUtils
 
getFocalLength() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the focal length that was set when the image was taken.
getFocalLengthIn35mmFilm() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the focal length converted to a 35mm standard.
getFormat() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the file format of the image.
getHeight() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the height of the image.
getHighlight() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the Image (must have ID and ImageKey set) that will be highlighted for this album.
getID() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the ID of the album.
getID() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the ID of the album.
getID() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the album ID.
getID() - Method in class com.kallasoft.smugmug.api.json.entity.Category
Used to get the ID of the category or subcategory.
getID() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the ID of the image.
getID() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the image ID.
getID() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the image ID.
getID() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get the image ID.
getImage() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetInfo.GetInfoResponse
Used to return the image and all it's associated information.
getImageCount() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the number of images contained in the album.
getImageID() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Upload.UploadResponse
Used to get the ID of the uploaded image.
getImageID() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadFromURL.UploadFromURLResponse
Used to get the ID of the uploaded image.
getImageID() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut.UploadHTTPPutResponse
Used to get the ID of the image that was uploaded.
getImageKey() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the security key for the image.
getImageKey() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Upload.UploadResponse
Used to get the security key of the uploaded image.
getImageKey() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadFromURL.UploadFromURLResponse
Used to get the security key of the uploaded image.
getImageKey() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut.UploadHTTPPutResponse
Used to get the security key of the uploaded image.
getImageList() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Get.GetResponse
Used to get a list of the images that were returned.
getImageTransferStats() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetStats.GetStatsResponse
Used to get the transfer statistics for this image.
getImageTransferStatsList() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get a list of ImageTransferStatss that belong to this album that contain individual transfer statistics for each image.
GetInfo - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
This method returns detailed information about the album specified by AlbumID.
GetInfo() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetInfo
Construct a new method instance that can be executed.
GetInfo(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetInfo
Construct a new method instance that can be executed with the given arguments.
GetInfo - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
This method will return details about the image specified by ImageID.
GetInfo() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.GetInfo
Construct a new method instance that can be executed.
GetInfo(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.GetInfo
Construct a new method instance that can be executed with the given arguments.
GetInfo - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base GetInfo implementation.
GetInfo() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.GetInfo
Construct a new method instance that can be executed.
GetInfo(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.GetInfo
Construct a new method instance that can be executed with the given arguments.
GetInfo - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base GetInfo implementation.
GetInfo() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.GetInfo
Construct a new method instance that can be executed.
GetInfo(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.GetInfo
Construct a new method instance that can be executed with the given arguments.
GetInfo.GetInfoResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
Class used to represent the response for the smugmug.albums.getInfo method call.
GetInfo.GetInfoResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetInfo.GetInfoResponse
Construct a response by parsing the necessary values out of the JSON response text.
GetInfo.GetInfoResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
Class used to represent the response for the smugmug.images.getInfo method call.
GetInfo.GetInfoResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.GetInfo.GetInfoResponse
Construct a response by parsing the necessary values out of the JSON response text.
GetInfo.GetInfoResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base GetInfo.GetInfoResponse implementation.
GetInfo.GetInfoResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.GetInfo.GetInfoResponse
 
GetInfo.GetInfoResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base GetInfo.GetInfoResponse implementation.
GetInfo.GetInfoResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.GetInfo.GetInfoResponse
 
getIntegerSafely(JSONObject, String) - Static method in class com.kallasoft.smugmug.api.json.util.JSONUtils
 
getISO() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the ISO that was set when the image was taken.
getKeywords() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the keywords associated with the album.
getKeywords() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the keywords assigned to the image.
getLarge() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times large-sized images have been viewed for this album.
getLarge() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times large-sized images have been viewed for this image.
getLargeURL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for a large size version of the image.
getLargeURL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for a large size version of the image.
getLastUpdated() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the date the album was last updated.
getLastUpdated() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the timestamp of the last updated date for the image.
getLatitude() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the latitude associated with this image (for geo-tagging purposes).
getLightSource() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the light source when the picture was taken.
getLongitude() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the longitude associated with this image (for geo-tagging purposes).
getMake() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the make of the camera that took the image.
getMD5Sum() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the MD5 Sum of the image.
getMedium() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times medium-sized images have been viewed for this album.
getMedium() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times medium-sized images have been viewed for this image.
getMediumURL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for a medium size version of the image.
getMediumURL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for a medium size version of the image.
getMessage() - Method in class com.kallasoft.smugmug.api.json.AbstractResponse.Error
Used to get the message for this error.
getMetering() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the metering used when the image was taken.
getMethod() - Method in class com.kallasoft.smugmug.api.json.AbstractResponse
Used to get the "method" value from the SmugMug JSON API reply.
getMethodName() - Method in class com.kallasoft.smugmug.api.json.AbstractMethod
 
getMethodName() - Method in interface com.kallasoft.smugmug.api.json.Method
Used to get the name of the SmugMug JSON API method that this Method represents and will call when executed.
getModel() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the model of the camera that took the image.
getName() - Method in class com.kallasoft.smugmug.api.json.entity.Category
Used to get the name of the category or subcategory.
getNickName() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash.WithHashResponse
Used to get the nick name of the logged in user.
getNickName() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword.WithPasswordResponse
Used to get the nick name of the logged in user.
getOriginal() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times original-sized images have been viewed for this album.
getOriginal() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times original-sized images have been viewed for this image.
getOriginalURL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for the original image.
getOriginalURL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for the original image.
getParentCategoryID() - Method in class com.kallasoft.smugmug.api.json.entity.Category
Used to get the ID of the parent category of subcategory.
getPassword() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the password used to password-protect the album if it is password protected.
getPassword() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the password used to password-protect the album if it is password protected.
getPasswordHash() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword.WithPasswordResponse
Used to get the hash of the user's password.
getPasswordHint() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the password hint for the password if there is one.
getPasswordHint() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the password hint for the password if there is one.
getPosition() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the position of the album within it's category (starting with 1).
getPosition() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the position of the image in the album.
getProofDays() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the number of days to delay printing for this album.
getProofDays() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the number of days to delay printing for this album.
getPropertySafely(JSONObject, String) - Static method in class com.kallasoft.smugmug.api.json.util.JSONUtils
 
getSaturation() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the saturation of the image.
getSensingMethod() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the sensing method.
getSerial() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the "version" of the image as edited by SmugMug.
getSessionID() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.Anonymously.AnonymouslyResponse
Used to get the Session ID assigned to this logged in user by SmugMug.
getSessionID() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash.WithHashResponse
Used to get the Session ID assigned to this logged in user by SmugMug.
getSessionID() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword.WithPasswordResponse
Used to get the Session ID assigned to this logged in user by SmugMug.
getSharpness() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the sharpness.
getSize() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the size, in bytes, of the image.
getSmall() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times small-sized images have been viewed for this album.
getSmall() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times small-sized images have been viewed for this image.
getSmallURL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for a small size version of the image.
getSmallURL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for a small size version of the image.
getSortDirection() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine the direction (ascending [false] or descending [true]) that images are sorted in this album.
getSortDirection() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine the direction (ascending [false] or descending [true]) that images are sorted in this album.
getSortMethod() - Method in class com.kallasoft.smugmug.api.json.entity.Album
The sort method used for the images in this album.
getSortMethod() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
The sort method used for the images in this album.
getStat() - Method in class com.kallasoft.smugmug.api.json.AbstractResponse
Used to get the "stat" value from the SmugMug JSON API reply.
GetStats - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
Gets transfer statistics for the given Album during the given Month and Year.
GetStats() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetStats
Construct a new method instance that can be executed.
GetStats(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetStats
Construct a new method instance that can be executed with the given arguments.
GetStats - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
Gets transfer statistic for the given Image during the given Month.
GetStats() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.GetStats
Construct a new method instance that can be executed.
GetStats(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.GetStats
Construct a new method instance that can be executed with the given arguments.
GetStats - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base GetStats implementation.
GetStats() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.GetStats
Construct a new method instance that can be executed.
GetStats(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.GetStats
Construct a new method instance that can be executed with the given arguments.
GetStats - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base GetStats implementation.
GetStats() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.GetStats
Construct a new method instance that can be executed.
GetStats(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.GetStats
Construct a new method instance that can be executed with the given arguments.
GetStats.GetStatsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
Class used to represent the response for the smugmug.albums.getStats method call.
GetStats.GetStatsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetStats.GetStatsResponse
Construct a response by parsing the necessary values out of the JSON response text.
GetStats.GetStatsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
Class used to represent the response for the smugmug.images.getStats method call.
GetStats.GetStatsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.GetStats.GetStatsResponse
Construct a response by parsing the necessary values out of the JSON response text.
GetStats.GetStatsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base GetStats.GetStatsResponse implementation.
GetStats.GetStatsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.GetStats.GetStatsResponse
 
GetStats.GetStatsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base GetStats.GetStatsResponse implementation.
GetStats.GetStatsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.GetStats.GetStatsResponse
 
getStringSafely(JSONObject, String) - Static method in class com.kallasoft.smugmug.api.json.util.JSONUtils
 
getSubCategory() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the subcategory that this album belongs to.
getSubCategoryID() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Create.CreateResponse
Used to get the ID of the subcategory that was created.
getSubCategoryList() - Method in class com.kallasoft.smugmug.api.json.entity.Category
Used to get a list of the subcategories (if any) that this category has associated with it.
getSubCategoryList() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Get.GetResponse
Used to get a list of the subcategories that belonged to the given category.
getSubCategoryList() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.GetAll.GetAllResponse
Used to get a list of all the subcategories.
getSubjectDistance() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the focused subject distance as reported by the camera.
getSubjectDistanceRange() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the range of distance for the focused subject.
getTemplateID() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the ID of the template that will be used to display the album.
getTemplateID() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the ID of the template that will be used to display the album.
getThumb() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times thumb-sized images have been viewed for this album.
getThumb() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times thumb-sized images have been viewed for this image.
getThumbURL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for a thumbnail size version of the image.
getThumbURL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for a thumbnail size version of the image.
getTiny() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times tiny-sized images have been viewed for this album.
getTiny() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times tiny-sized images have been viewed for this image.
getTinyURL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for a tiny size version of the image.
getTinyURL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for a tiny size version of the image.
getTitle() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the title of the album.
GetTransferStats - Class in com.kallasoft.smugmug.api.json.v1_2_0.users
Gets transfer statistics for the logged-in user during the given Month and Year.
GetTransferStats() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTransferStats
Construct a new method instance that can be executed.
GetTransferStats(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTransferStats
Construct a new method instance that can be executed with the given arguments.
GetTransferStats - Class in com.kallasoft.smugmug.api.json.v1_2_1.users
This class is a convenience class extending the base GetTransferStats implementation.
GetTransferStats() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTransferStats
Construct a new method instance that can be executed.
GetTransferStats(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTransferStats
Construct a new method instance that can be executed with the given arguments.
GetTransferStats.GetTransferStatsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.users
Class used to represent the response for the smugmug.users.getTransferStats method call.
GetTransferStats.GetTransferStatsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTransferStats.GetTransferStatsResponse
Construct a response by parsing the necessary values out of the JSON response text.
GetTransferStats.GetTransferStatsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.users
This class is a convenience class extending the base GetTransferStats.GetTransferStatsResponse implementation.
GetTransferStats.GetTransferStatsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTransferStats.GetTransferStatsResponse
 
GetTree - Class in com.kallasoft.smugmug.api.json.v1_2_0.users
This method returns a complete tree, starting with categories and descending into subcategories (if any) and albums (if any) for the specified user (identified by SessionID or (optional) NickName).
GetTree() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTree
Construct a new method instance that can be executed.
GetTree(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTree
Construct a new method instance that can be executed with the given arguments.
GetTree - Class in com.kallasoft.smugmug.api.json.v1_2_1.users
This class is a convenience class extending the base GetTree implementation.
GetTree() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTree
Construct a new method instance that can be executed.
GetTree(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTree
Construct a new method instance that can be executed with the given arguments.
GetTree.GetTreeResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.users
Class used to represent the response for the smugmug.users.getTree method call.
GetTree.GetTreeResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTree.GetTreeResponse
Construct a response by parsing the necessary values out of the JSON response text.
GetTree.GetTreeResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.users
This class is a convenience class extending the base GetTree.GetTreeResponse implementation.
GetTree.GetTreeResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.users.GetTree.GetTreeResponse
 
getUnsharpAmount() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the unsharp mask value.
getUnsharpAmount() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the unsharp mask value.
getUnsharpRadius() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the unsharp radius value.
getUnsharpRadius() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the unsharp radius value.
getUnsharpSigma() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the unsharp sigma value.
getUnsharpSigma() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the unsharp sigma value.
getUnsharpThreshold() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the unsharp threshold value.
getUnsharpThreshold() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the unsharp threshold value.
GetURLs - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
This method will return all the URLs for the various sizes of the image specified by ImageID.
GetURLs() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs
Construct a new method instance that can be executed.
GetURLs(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs
Construct a new method instance that can be executed with the given arguments.
GetURLs - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base GetURLs implementation.
GetURLs() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.GetURLs
Construct a new method instance that can be executed.
GetURLs(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.GetURLs
Construct a new method instance that can be executed with the given arguments.
GetURLs.GetURLsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
Class used to represent the response for the smugmug.images.getURLs method call.
GetURLs.GetURLsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Construct a response by parsing the necessary values out of the JSON response text.
GetURLs.GetURLsResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base GetURLs.GetURLsResponse implementation.
GetURLs.GetURLsResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.GetURLs.GetURLsResponse
 
getUserID() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword.WithPasswordResponse
Used to get the ID of the logged in user.
getVideo1280() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times 1280-pixel sized movies have been viewed for this album.
getVideo1280() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times 1280-pixel sized movies have been viewed for this album.
getVideo1280URL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for the the 1280-pixel wide version of this video.
getVideo1280URL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for the the 1280-pixel wide version of this video.
getVideo320() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times 320-pixel sized movies have been viewed for this album.
getVideo320() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times 320-pixel sized movies have been viewed for this album.
getVideo320URL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for the the 320-pixel wide version of this video.
getVideo320URL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for the the 320-pixel wide version of this video.
getVideo640() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times 640-pixel sized movies have been viewed for this album.
getVideo640() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times 640-pixel sized movies have been viewed for this album.
getVideo640URL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for the the 640-pixel wide version of this video.
getVideo640URL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for the the 640-pixel wide version of this video.
getVideo960() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times 960-pixel sized movies have been viewed for this album.
getVideo960() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times 960-pixel sized movies have been viewed for this album.
getVideo960URL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for the the 960-pixel wide version of this video.
getVideo960URL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for the the 960-pixel wide version of this video.
getWatermark() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to determine if the image has a watermark set on it or not.
getWatermarkID() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to get the ID of the watermark that will be used on the images.
getWatermarkID() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to get the ID of the watermark that will be used on the images.
getWhiteBalance() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
Used to get the white balance.
getWidth() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get the width of the image.
getX2Large() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times xxlarge-sized images have been viewed for this album.
getX2Large() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times xxlarge-sized images have been viewed for this image.
getX2LargeURL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for a xx-large size version of the image.
getX2LargeURL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for a xx-large size version of the image.
getX3Large() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times xxxlarge-sized images have been viewed for this album.
getX3Large() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times xxxlarge-sized images have been viewed for this image.
getX3LargeURL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for a xxx-large size version of the image.
getX3LargeURL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for a xxx-large size version of the image.
getXLarge() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
Used to get the number of times xlarge-sized images have been viewed for this album.
getXLarge() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Used to get the number of times xlarge-sized images have been viewed for this image.
getXLargeURL() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to get a URL for a x-large size version of the image.
getXLargeURL() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
Used to get a URL for a x-large size version of the image.

H

HTTP_CLIENT - Static variable in class com.kallasoft.smugmug.api.APIConstants
The singleton reference to the HttpClient used by the kallasoft SmugMug Java API to communicate with the SmugMug server.
HTTP_HEADERS - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut
Defines all the HTTP header arguments this method takes.

I

Image - Class in com.kallasoft.smugmug.api.json.entity
Class used to define an image and all the properties that go along with it.
Image(JSONObject) - Constructor for class com.kallasoft.smugmug.api.json.entity.Image
Construct a new image by safely parsing all known image values out of the given JSONObject.
Image(Integer, String, String, String, String, Integer, String, String, Integer, Boolean, Double, Double, Double, Boolean, Integer, Integer, Integer, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, Album) - Constructor for class com.kallasoft.smugmug.api.json.entity.Image
Construct a new image with all the given property values.
ImageTransferStats - Class in com.kallasoft.smugmug.api.json.entity
Class used to define an image and all the transfer statistics that can be reported for it.
ImageTransferStats(JSONObject) - Constructor for class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Construct a new image transfer stat object by safely parsing all known image values out of the given JSONObject.
ImageTransferStats(Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Integer, Float, Float, Float, Float, Float) - Constructor for class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
Construct an object with the given image transfer stats.
isClean() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album should display using the "clean" style.
isClean() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album should display using the "clean" style.
isComments() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album allows comments.
isComments() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album allows comments.
isDefaultColor() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album defaults to using "True" or "AutoColor" when it's in the cart.
isDefaultColor() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album defaults to using "True" or "AutoColor" when it's in the cart.
isEmpty(String) - Static method in class com.kallasoft.smugmug.api.util.APIUtils
Convenience method used to test if a String is empty.
isError() - Method in class com.kallasoft.smugmug.api.json.AbstractResponse
Used to determine if this response represents an error or not.
isExif() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album allows accessing the EXIF image data.
isExif() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album allows accessing the EXIF image data.
isExternal() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album allows external linking.
isExternal() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album allows external linking.
isFamilyEdit() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album allows captions and keywords to be edited by "family".
isFamilyEdit() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album allows captions and keywords to be edited by "family".
isFilenames() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if filenames will be shown when there is no caption for an image in this album.
isFilenames() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if filenames will be shown when there is no caption for an image in this album.
isFriendEdit() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album allows captions and keywords to be edited by "friends".
isFriendEdit() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album allows captions and keywords to be edited by "friends".
isGeography() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album allows the use of geo-tagging images (location).
isGeography() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album allows the use of geo-tagging images (location).
isHeader() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album will display a custom header.
isHeader() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album will display a custom header.
isHidden() - Method in class com.kallasoft.smugmug.api.json.entity.Image
Used to determine if the image is hidden.
isHideOwner() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album should mask the URL and name of the image owner.
isHideOwner() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album should mask the URL and name of the image owner.
isLarges() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album allows viewing of large-size images.
isLarges() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album allows viewing of large-size images.
isOriginals() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the image's originals can be seen.
isOriginals() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the image's originals can be seen.
isPassworded() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album is password protected.
isPrintable() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if prints can be purchased for the images in this album.
isPrintable() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if prints can be purchased for the images in this album.
isProtected() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album is using heavy image protection.
isProtected() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album is using heavy image protection.
isPublic() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album is publicly accessible.
isPublic() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album is publicly accessible.
isShare() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album enables the "Easy Sharing" button and features.
isShare() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album enables the "Easy Sharing" button and features.
isSmugSearchable() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album is SmugMug-searchable.
isSmugSearchable() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album is SmugMug-searchable.
isSquareThumbs() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album should generate thumbnails (Tiny and Thumbnail sizes) in a square aspect ratio or using the original aspect ratio.
isSquareThumbs() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album should generate thumbnails (Tiny and Thumbnail sizes) in a square aspect ratio or using the original aspect ratio.
isWatermarking() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album uses watermarking.
isWatermarking() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album uses watermarking.
isWorldSearchable() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album is world-searchable (e.g.
isWorldSearchable() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album is world-searchable (e.g.
isX2Larges() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album allows viewing of xxlarge-size images.
isX2Larges() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album allows viewing of xxlarge-size images.
isX3Larges() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album allows viewing of xxxlarge-size images.
isX3Larges() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album allows viewing of xxxlarge-size images.
isXLarges() - Method in class com.kallasoft.smugmug.api.json.entity.Album
Used to determine if the album allows viewing of xlarge-size images.
isXLarges() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
Used to determine if the album allows viewing of xlarge-size images.

J

JSONUtils - Class in com.kallasoft.smugmug.api.json.util
 
JSONUtils() - Constructor for class com.kallasoft.smugmug.api.json.util.JSONUtils
 

L

Logout - Class in com.kallasoft.smugmug.api.json.v1_2_0.logout
This method logs a session out.
Logout() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.logout.Logout
Construct a new method instance that can be executed.
Logout(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.logout.Logout
Construct a new method instance that can be executed with the given arguments.
Logout - Class in com.kallasoft.smugmug.api.json.v1_2_1.logout
This class is a convenience class extending the base Logout implementation.
Logout() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.logout.Logout
Construct a new method instance that can be executed.
Logout(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.logout.Logout
Construct a new method instance that can be executed with the given arguments.
Logout.LogoutResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.logout
Class used to represent the response for the smugmug.logout method call.
Logout.LogoutResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.logout.Logout.LogoutResponse
Construct a response by parsing the necessary values out of the JSON response text.
Logout.LogoutResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.logout
This class is a convenience class extending the base Logout.LogoutResponse implementation.
Logout.LogoutResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.logout.Logout.LogoutResponse
 

M

Method - Interface in com.kallasoft.smugmug.api.json
Interface used to define a method in the kallasoft SmugMug Java API.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ChangeSettings
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Create
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Delete
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Get
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetInfo
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetStats
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates.Get
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Create
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Delete
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Get
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Rename
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangePosition
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangeSettings
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.Delete
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.Get
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetInfo
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetStats
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.Upload
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadFromURL
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.login.Anonymously
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.logout.Logout
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Create
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Delete
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Get
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.GetAll
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Rename
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTransferStats
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTree
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.albums.ApplyWatermark
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.ChangeSettings
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Create
Defines the SmugMug JSON API method name that will be called.
METHOD_NAME - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Delete
Defines the SmugMug JSON API method name that will be called.

N

NetworkException - Exception in com.kallasoft.smugmug.api
A class used to represent an exception that has occurred due to network connectivity issues.
NetworkException() - Constructor for exception com.kallasoft.smugmug.api.NetworkException
Constructs a new network exception with null as its detail message.
NetworkException(String) - Constructor for exception com.kallasoft.smugmug.api.NetworkException
Constructs a new network exception with the specified detail message.
NetworkException(String, Throwable) - Constructor for exception com.kallasoft.smugmug.api.NetworkException
Constructs a new network exception with the specified detail message and cause.
NetworkException(Throwable) - Constructor for exception com.kallasoft.smugmug.api.NetworkException
Constructs a new network exception with the specified cause and a detail message of: A network error occurred while attempting to communicate with the SmugMug server.

P

parseAlbumList(JSONArray) - Method in class com.kallasoft.smugmug.api.json.entity.Category
Used to parse the list of albums that can occur under categories or subcategory nodes.
parseSubCategoryList(JSONArray) - Method in class com.kallasoft.smugmug.api.json.entity.Category
Used to parse the list of subcategories that can occur under category nodes.
prepareUploadArgumentValues(String, String, Integer, String, InputStream, String, String, Double, Double, Double) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Upload
Convenience method used by this class and can be used by any sub-class to prepare the given arguments by pre-processing the image data and then placing all the resulting values into a String[] that can be then passed directly to Upload.execute(String, String[]) to perform the upload.
prepareUploadArgumentValues(byte[], String, Integer, Integer, String, String, String, Double, Double, Double) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut
Used to prepare all the arguments and placing them in a String[] that can be passed immediately to UploadHTTPPut.execute(String, String[], byte[]) and contain all the correct values.

R

readStream(InputStream) - Static method in class com.kallasoft.smugmug.api.util.APIUtils
Used to read the data from the given stream into a byte[].
Rename - Class in com.kallasoft.smugmug.api.json.v1_2_0.categories
This method renames the specified Category with new Name.
Rename() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.categories.Rename
Construct a new method instance that can be executed.
Rename(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.categories.Rename
Construct a new method instance that can be executed with the given arguments.
Rename - Class in com.kallasoft.smugmug.api.json.v1_2_0.subcategories
This method renames the specified SubCategory with new Name.
Rename() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Rename
Construct a new method instance that can be executed.
Rename(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Rename
Construct a new method instance that can be executed with the given arguments.
Rename - Class in com.kallasoft.smugmug.api.json.v1_2_1.categories
This class is a convenience class extending the base Rename implementation.
Rename() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.categories.Rename
Construct a new method instance that can be executed.
Rename(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.categories.Rename
Construct a new method instance that can be executed with the given arguments.
Rename - Class in com.kallasoft.smugmug.api.json.v1_2_1.subcategories
This class is a convenience class extending the base Rename implementation.
Rename() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Rename
Construct a new method instance that can be executed.
Rename(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Rename
Construct a new method instance that can be executed with the given arguments.
Rename.RenameResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.categories
Class used to represent the response for the smugmug.categories.rename method call.
Rename.RenameResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.categories.Rename.RenameResponse
Construct a response by parsing the necessary values out of the JSON response text.
Rename.RenameResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.subcategories
Class used to represent the response for the smugmug.categories.rename method call.
Rename.RenameResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Rename.RenameResponse
Construct a response by parsing the necessary values out of the JSON response text.
Rename.RenameResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.categories
This class is a convenience class extending the base Rename.RenameResponse implementation.
Rename.RenameResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.categories.Rename.RenameResponse
 
Rename.RenameResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.subcategories
This class is a convenience class extending the base Rename.RenameResponse implementation.
Rename.RenameResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.subcategories.Rename.RenameResponse
 
ReSort - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
This method will re-sort all the photos inside of the album specified by AlbumID.
ReSort() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort
Construct a new method instance that can be executed.
ReSort(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort
Construct a new method instance that can be executed with the given arguments.
ReSort - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base ReSort implementation.
ReSort() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.ReSort
Construct a new method instance that can be executed.
ReSort(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.ReSort
Construct a new method instance that can be executed with the given arguments.
ReSort.ReSortResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.albums
Class used to represent the response for the smugmug.albums.get method call.
ReSort.ReSortResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort.ReSortResponse
Construct a response by parsing the necessary values out of the JSON response text.
ReSort.ReSortResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.albums
This class is a convenience class extending the base ReSort.ReSortResponse implementation.
ReSort.ReSortResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.albums.ReSort.ReSortResponse
 
RuntimeJSONException - Exception in com.kallasoft.smugmug.api.json
A class used to convert a JSONException (checked exception) to a RuntimeException so it can either be ignored or handled by the caller easily.
RuntimeJSONException() - Constructor for exception com.kallasoft.smugmug.api.json.RuntimeJSONException
Constructs a new Runtime JSON exception with null as its detail message.
RuntimeJSONException(String) - Constructor for exception com.kallasoft.smugmug.api.json.RuntimeJSONException
Constructs a new Runtime JSON exception with the specified detail message.
RuntimeJSONException(String, Throwable) - Constructor for exception com.kallasoft.smugmug.api.json.RuntimeJSONException
Constructs a new Runtime JSON exception with the specified detail message and cause.
RuntimeJSONException(Throwable) - Constructor for exception com.kallasoft.smugmug.api.json.RuntimeJSONException
Constructs a new Runtime JSON exception with the specified cause and a detail message of: An error occurred while attempting to parse the JSON object text.

S

SECURE_SERVER_URL - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.APIVersionConstants
Used to define the SmugMug API 1.2.0 secure (HTTPS) server URL that can be used to execute any method.
SECURE_SERVER_URL - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.APIVersionConstants
Used to define the SmugMug API 1.2.1 secure (HTTPS) server URL that can be used to execute any method.
setupHTTPHeaders(PutMethod, String[]) - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut
Used to take the given PutMethod and setup all the HTTP header name/value pairs for it before it is executed.
setupPostParameters(PostMethod, String[]) - Method in class com.kallasoft.smugmug.api.json.AbstractMethod
Used to take the given PostMethod and setup all the name/value pairs for it before it is executed.
SORT_DIRECTION_ASCENDING - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the Ascending (0) sort direction.
SORT_DIRECTION_DESCENDING - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the Descending (1) sort direction.
SORT_METHOD_CAPTION - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the "Caption" sort method.
SORT_METHOD_DATE - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the "Date" sort method.
SORT_METHOD_DATE_TIME - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the "DateTime" sort method.
SORT_METHOD_DATE_TIME_ORIGINAL - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the "DateTimeOriginal" sort method.
SORT_METHOD_FILE_NAME - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the "FileName" sort method.
SORT_METHOD_POSITION - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the "Position" sort method.

T

TEMPLATE_ID_ALL_THUMBS - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the All Thumbs (7) template ID.
TEMPLATE_ID_FILMSTRIP - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the Filmstrip (11) template ID.
TEMPLATE_ID_JOURNAL - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the Journal (9) template ID.
TEMPLATE_ID_SLIDESHOW - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the Slideshow (8) template ID.
TEMPLATE_ID_SMUG_MUG - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the SmugMug (3) template ID.
TEMPLATE_ID_SMUG_MUG_SMALL - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the SmugMug Small (10) template ID.
TEMPLATE_ID_TRADITIONAL - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the Traditional (4) template ID.
TEMPLATE_ID_VIEWER_CHOICE - Static variable in class com.kallasoft.smugmug.api.json.entity.Album
Used to define the Viewer Choice (0) template ID.
TEXT_UPLOAD_SERVER_URL - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.APIVersionConstants
Used to define the SmugMug API 1.2.0 Textual upload server URL (HTTP).
TEXT_UPLOAD_SERVER_URL - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.APIVersionConstants
Used to define the SmugMug API 1.2.1 Textual upload server URL (HTTP).
toString() - Method in class com.kallasoft.smugmug.api.json.AbstractResponse.Error
 
toString() - Method in class com.kallasoft.smugmug.api.json.AbstractResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.entity.Album
 
toString() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTemplate
 
toString() - Method in class com.kallasoft.smugmug.api.json.entity.AlbumTransferStats
 
toString() - Method in class com.kallasoft.smugmug.api.json.entity.Category
 
toString() - Method in class com.kallasoft.smugmug.api.json.entity.Image
 
toString() - Method in class com.kallasoft.smugmug.api.json.entity.ImageTransferStats
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ChangeSettings.ChangeSettingsResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Create.CreateResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Delete.DeleteResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.Get.GetResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetInfo.GetInfoResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.GetStats.GetStatsResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albums.ReSort.ReSortResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.albumtemplates.Get.GetResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Create.CreateResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Delete.DeleteResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Get.GetResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.categories.Rename.RenameResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangePosition.ChangePositionResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.ChangeSettings.ChangeSettingsResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Delete.DeleteResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Get.GetResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetEXIF.GetEXIFResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetInfo.GetInfoResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetStats.GetStatsResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.GetURLs.GetURLsResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.Upload.UploadResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadFromURL.UploadFromURLResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut.UploadHTTPPutResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.Anonymously.AnonymouslyResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash.WithHashResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword.WithPasswordResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.logout.Logout.LogoutResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Create.CreateResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Delete.DeleteResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Get.GetResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.GetAll.GetAllResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.subcategories.Rename.RenameResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTransferStats.GetTransferStatsResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_0.users.GetTree.GetTreeResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albums.ApplyWatermark.ApplyWatermarkResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.ChangeSettings.ChangeSettingsResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Create.CreateResponse
 
toString() - Method in class com.kallasoft.smugmug.api.json.v1_2_1.albumtemplates.Delete.DeleteResponse
 
toString(Object) - Static method in class com.kallasoft.smugmug.api.util.APIUtils
Convenience method used by method implementations to convert optional values to a String while returning a null value when the value passed in is null as opposed to throwing a NPE.
toString(Boolean) - Static method in class com.kallasoft.smugmug.api.util.APIUtils
Convenience method, similar to toString(Object) but customized for converting Boolean values to 0 or 1 for false or true respectively.

U

UNSECURE_SERVER_URL - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.APIVersionConstants
Used to define the SmugMug API 1.2.0 unsecured (HTTP) server URL that can be used to execute any method.
UNSECURE_SERVER_URL - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.APIVersionConstants
Used to define the SmugMug API 1.2.1 unsecured (HTTP) server URL that can be used to execute any method.
Upload - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
This method will upload a file to the specified Album (identified by AlbumID) with the required parameters.
Upload() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.Upload
Construct a new method instance that can be executed.
Upload(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.Upload
Construct a new method instance that can be executed with the given arguments.
Upload - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base Upload implementation.
Upload() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.Upload
Construct a new method instance that can be executed.
Upload(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.Upload
Construct a new method instance that can be executed with the given arguments.
Upload.UploadResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
Class used to represent the response for the smugmug.images.upload method call.
Upload.UploadResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.Upload.UploadResponse
Construct a response by parsing the necessary values out of the JSON response text.
Upload.UploadResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base Upload.UploadResponse implementation.
Upload.UploadResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.Upload.UploadResponse
 
UploadFromURL - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
This method will upload a file from a specified URL to the specified Album (identified by AlbumID) with the required parameters.
UploadFromURL() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadFromURL
Construct a new method instance that can be executed.
UploadFromURL(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadFromURL
Construct a new method instance that can be executed with the given arguments.
UploadFromURL - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base UploadFromURL implementation.
UploadFromURL() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadFromURL
Construct a new method instance that can be executed.
UploadFromURL(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadFromURL
Construct a new method instance that can be executed with the given arguments.
UploadFromURL.UploadFromURLResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
Class used to represent the response for the smugmug.images.uploadFromURL method call.
UploadFromURL.UploadFromURLResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadFromURL.UploadFromURLResponse
Construct a response by parsing the necessary values out of the JSON response text.
UploadFromURL.UploadFromURLResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base UploadFromURL.UploadFromURLResponse implementation.
UploadFromURL.UploadFromURLResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadFromURL.UploadFromURLResponse
 
UploadHTTPPut - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
This method will upload a file to the specified album (identified by X-Smug-AlbumID) or replace an existing image (identified by X-Smug-ImageID) with the required parameters identified by the values of UploadHTTPPut.HTTP_HEADERS.
UploadHTTPPut() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut
Construct a new method instance that can be executed.
UploadHTTPPut(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut
Construct a new method instance that can be executed with the given arguments.
UploadHTTPPut - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base UploadHTTPPut implementation.
UploadHTTPPut() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadHTTPPut
Construct a new method instance that can be executed.
UploadHTTPPut(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadHTTPPut
Construct a new method instance that can be executed with the given arguments.
UploadHTTPPut.UploadHTTPPutResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.images
Class used to represent the response for a Binary Upload (HTTP PUT) method call.
UploadHTTPPut.UploadHTTPPutResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.images.UploadHTTPPut.UploadHTTPPutResponse
Construct a response by parsing the necessary values out of the JSON response text.
UploadHTTPPut.UploadHTTPPutResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.images
This class is a convenience class extending the base UploadHTTPPut.UploadHTTPPutResponse implementation.
UploadHTTPPut.UploadHTTPPutResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.images.UploadHTTPPut.UploadHTTPPutResponse
 
USER_AGENT - Static variable in class com.kallasoft.smugmug.api.APIConstants
Used to define the String used for the User-Agent HTTP header reported by the API when it connects to SmugMug.

V

VERSION - Static variable in class com.kallasoft.smugmug.api.APIConstants
Used to store the current version of the API, for use in other portions of the API like reporting the User-Agent header.
VERSION - Static variable in class com.kallasoft.smugmug.api.json.v1_2_0.APIVersionConstants
Used to define a String representing the 1.2.0 version of the SmugMug API.
VERSION - Static variable in class com.kallasoft.smugmug.api.json.v1_2_1.APIVersionConstants
Used to define a String representing the 1.2.1 version of the SmugMug API.

W

WithHash - Class in com.kallasoft.smugmug.api.json.v1_2_0.login
This method establishes a session and logs in with a stored hash, rather than the real password.
WithHash() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash
Construct a new method instance that can be executed.
WithHash(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash
Construct a new method instance that can be executed with the given arguments.
WithHash - Class in com.kallasoft.smugmug.api.json.v1_2_1.login
This class is a convenience class extending the base WithHash implementation.
WithHash() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.login.WithHash
Construct a new method instance that can be executed.
WithHash(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.login.WithHash
Construct a new method instance that can be executed with the given arguments.
WithHash.WithHashResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.login
Class used to represent the response for the smugmug.login.withHash method call.
WithHash.WithHashResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.login.WithHash.WithHashResponse
Construct a response by parsing the necessary values out of the JSON response text.
WithHash.WithHashResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.login
This class is a convenience class extending the base WithHash.WithHashResponse implementation.
WithHash.WithHashResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.login.WithHash.WithHashResponse
 
WithPassword - Class in com.kallasoft.smugmug.api.json.v1_2_0.login
This method establishes a session and logs a user in based on the specified email address and password.
WithPassword() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword
Construct a new method instance that can be executed.
WithPassword(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword
Construct a new method instance that can be executed with the given arguments.
WithPassword - Class in com.kallasoft.smugmug.api.json.v1_2_1.login
This class is a convenience class extending the base WithPassword implementation.
WithPassword() - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.login.WithPassword
Construct a new method instance that can be executed.
WithPassword(String, String[]) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.login.WithPassword
Construct a new method instance that can be executed with the given arguments.
WithPassword.WithPasswordResponse - Class in com.kallasoft.smugmug.api.json.v1_2_0.login
Class used to represent the response for the smugmug.login.withPassword method call.
WithPassword.WithPasswordResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_0.login.WithPassword.WithPasswordResponse
Construct a response by parsing the necessary values out of the JSON response text.
WithPassword.WithPasswordResponse - Class in com.kallasoft.smugmug.api.json.v1_2_1.login
This class is a convenience class extending the base WithPassword.WithPasswordResponse implementation.
WithPassword.WithPasswordResponse(String) - Constructor for class com.kallasoft.smugmug.api.json.v1_2_1.login.WithPassword.WithPasswordResponse
 

A B C D E G H I J L M N P R S T U V W