java.lang.Object
org.jpo.export.PicasaUploadRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringStatic Picasa address to be prepended to the user -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Picasa URL for communication with the Google server.getNode()booleanvoidsetAlbumPostUrl(String albumPostUrl) voidsetInterrupt(boolean interrupt) voidvoidsetPassword(String password) voidsetUsername(String username)
-
Field Details
-
PICASA_URL
Static Picasa address to be prepended to the user- See Also:
-
-
Constructor Details
-
PicasaUploadRequest
public PicasaUploadRequest()
-
-
Method Details
-
getNode
- Returns:
- the node
-
setNode
- Parameters:
node- the node to set
-
getUsername
- Returns:
- the username
-
setUsername
- Parameters:
username- the username to set
-
getPassword
- Returns:
- the password
-
setPassword
- Parameters:
password- the password to set
-
getFormattedPicasaUrl
Returns the Picasa URL for communication with the Google server.- Returns:
- the URL
-
isInterrupt
public boolean isInterrupt()- Returns:
- the interrupt
-
setInterrupt
public void setInterrupt(boolean interrupt) - Parameters:
interrupt- the interrupt to set
-
getAlbumPostUrl
- Returns:
- the albumPostUrl
-
setAlbumPostUrl
- Parameters:
albumPostUrl- the albumPostUrl to set
-