public class ExternalStoreDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DISPLAY_NAME |
static String |
SERIALIZED_NAME_ENDPOINT |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_TYPE |
| 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 static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_DISPLAY_NAME
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_ENDPOINT
public ExternalStoreDTO id(String id)
@Nullable public String getId()
public void setId(String id)
public ExternalStoreDTO displayName(String displayName)
@Nullable public String getDisplayName()
public void setDisplayName(String displayName)
public ExternalStoreDTO type(String type)
@Nullable public String getType()
public void setType(String type)
public ExternalStoreDTO endpoint(String endpoint)
@Nullable public String getEndpoint()
public void setEndpoint(String endpoint)
Copyright © 2021 WSO2 Inc. All rights reserved.