Package ubic.gemma.persistence.util
Class EntityUrlBuilder.AllEntitiesUrl<T extends Identifiable>
- java.lang.Object
-
- ubic.gemma.persistence.util.EntityUrlBuilder.AllEntitiesUrl<T>
-
- Direct Known Subclasses:
EntityUrlBuilder.AllRestEntitiesUrl
,EntityUrlBuilder.AllWebEntitiesUrl
- Enclosing class:
- EntityUrlBuilder
public class EntityUrlBuilder.AllEntitiesUrl<T extends Identifiable> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityUrlBuilder.AllRestEntitiesUrl<T>
rest()
String
toString()
URI
toUri()
String
toUriString()
EntityUrlBuilder.AllWebEntitiesUrl<T>
web()
-
-
-
Field Detail
-
baseUrl
protected final String baseUrl
-
-
Method Detail
-
web
public EntityUrlBuilder.AllWebEntitiesUrl<T> web()
-
rest
public EntityUrlBuilder.AllRestEntitiesUrl<T> rest()
-
toUri
public URI toUri()
-
toUriString
public String toUriString()
-
-