public class Endpoint extends Object
| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpointType() |
ProductionEndpoint |
getProductionEndPoint() |
SandboxEndpoint |
getSandboxEndPoint() |
void |
setEndpointType(String endpointType) |
void |
setProductionEndPoint(ProductionEndpoint productionEndPoint) |
void |
setSandboxEndPoint(SandboxEndpoint sandboxEndPoint) |
public ProductionEndpoint getProductionEndPoint()
public void setProductionEndPoint(ProductionEndpoint productionEndPoint)
public void setEndpointType(String endpointType)
public String getEndpointType()
public SandboxEndpoint getSandboxEndPoint()
public void setSandboxEndPoint(SandboxEndpoint sandboxEndPoint)
Copyright © 2019 WSO2. All rights reserved.