@Experimental public interface RestfulEndpoint extends Identifiable<String>
| Modifier and Type | Field and Description |
|---|---|
static String |
URI_CONTEXT |
static String |
URI_VERSION |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint()
this returns the URI that display the list of entries.
|
default String |
getIdentityEndPoint()
return the uri that points to a single entity.
|
default String |
getUri()
return the full uri path that points to a single entity.
|
getIdstatic final String URI_CONTEXT
static final String URI_VERSION
String getEndpoint()
default String getIdentityEndPoint()
default String getUri()