public final class QueryObjectLink extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueryObjectLink.Type |
Constructor and Description |
---|
QueryObjectLink(QueryObjectLink.Type type,
String target) |
Modifier and Type | Method and Description |
---|---|
static String |
forDetailResult(DetailResultProvider provider,
String identifier) |
static String |
forObject(String identifier) |
static String |
forQuery(String query) |
static String |
forType(QueryObjectLink.Type type,
String target) |
String |
getTarget() |
QueryObjectLink.Type |
getType() |
String |
getURL() |
static QueryObjectLink |
parse(String url) |
public static final String PROTOCOL
public QueryObjectLink(QueryObjectLink.Type type, String target)
public QueryObjectLink.Type getType()
public String getTarget()
public String getURL()
public static final String forDetailResult(DetailResultProvider provider, String identifier)
public static final String forType(QueryObjectLink.Type type, String target)
public static QueryObjectLink parse(String url)