public class PollUrl extends Object
Modifier and Type | Method and Description |
---|---|
String |
getBaseUrl() |
PollUri |
getPollUri() |
String |
getUrl() |
static PollUrl |
newPollUrl(PollUrl pollUrl,
String accountId)
|
static PollUrl |
newPollUrl(String baseUrl,
PollUri pollUri)
Create a new PollUrl with
baseUrl which is the application url
for this url, and the pollUri to identify the poll. |
String |
toString() |
public static PollUrl newPollUrl(String baseUrl, PollUri pollUri)
baseUrl
which is the application url
for this url, and the pollUri
to identify the poll.baseUrl
- Base url from the application for this urlpollUri
- Uri that identify the poll and the accountpublic static PollUrl newPollUrl(PollUrl pollUrl, String accountId)
pollUrl
- PollUrl to copyaccountId
- New accountId to use for copypublic String getBaseUrl()
public PollUri getPollUri()
public String getUrl()
Copyright © 2009–2014 CodeLutin. All rights reserved.