public class ExternalStoreDTO extends Object
| Constructor and Description |
|---|
ExternalStoreDTO() |
| Modifier and Type | Method and Description |
|---|---|
ExternalStoreDTO |
displayName(String displayName) |
ExternalStoreDTO |
endpoint(String endpoint) |
boolean |
equals(Object o) |
String |
getDisplayName()
The name of the external API Store that is displayed in the Publisher UI.
|
String |
getEndpoint()
The endpoint URL of the external store
|
String |
getId()
The external store identifier, which is a unique value.
|
String |
getType()
The type of the Store.
|
int |
hashCode() |
ExternalStoreDTO |
id(String id) |
void |
setDisplayName(String displayName) |
void |
setEndpoint(String endpoint) |
void |
setId(String id) |
void |
setType(String type) |
String |
toString() |
ExternalStoreDTO |
type(String type) |
public ExternalStoreDTO id(String id)
public String getId()
public void setId(String id)
public ExternalStoreDTO displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public ExternalStoreDTO type(String type)
public String getType()
public void setType(String type)
public ExternalStoreDTO endpoint(String endpoint)
public String getEndpoint()
public void setEndpoint(String endpoint)
Copyright © 2020 WSO2 Inc. All rights reserved.