java.lang.Object
org.jpo.export.PicasaUploadRequest
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Static Picasa address to be prepended to the user -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Picasa URL for communication with the Google server.getNode()
boolean
void
setAlbumPostUrl
(String albumPostUrl) void
setInterrupt
(boolean interrupt) void
void
setPassword
(String password) void
setUsername
(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
-