public class Webservice
extends org.springframework.hateoas.RepresentationModel<Webservice>
Webservice REST API resource.
- Since:
- 9.6
- Author:
- m.van.tilburg
-
Field Summary 
Fields
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class org.springframework.hateoas.RepresentationModel 
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Field Details 
-
TYPE_SOAP 
public static final String TYPE_SOAP
- See Also:
-
-
TYPE_REST 
public static final String TYPE_REST
- See Also:
-
-
-
Method Details 
-
getName 
-
setName 
public void setName(String name)
-
getType 
- Returns:
- The type of webservice, either SOAP or REST
-
setType 
public void setType(String type)
- Parameters:
type
- The type of webservice, either SOAP or REST
-
getEndpoint 
-
setEndpoint 
public void setEndpoint(String endpoint)