O
- the type of the endpoint's operationspublic interface ExposableEndpoint<O extends Operation>
Modifier and Type | Method and Description |
---|---|
default EndpointId |
getEndpointId()
Return the endpoint ID.
|
String |
getId()
Deprecated.
since 2.0.6 in favor of
getEndpointId() |
Collection<O> |
getOperations()
Returns the operations of the endpoint.
|
boolean |
isEnableByDefault()
Returns if the endpoint is enabled by default.
|
@Deprecated String getId()
getEndpointId()
default EndpointId getEndpointId()
boolean isEnableByDefault()
Collection<O> getOperations()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.