@ProviderType @NotNullApi public class Scene7Endpoint extends Object implements Comparable<Scene7Endpoint>
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT |
| Constructor and Description |
|---|
Scene7Endpoint(URL apiURL,
URL ipsURL,
URL spsURL,
String apiVersion,
String region,
String description)
Deprecated.
|
Scene7Endpoint(URL apiURL,
URL ipsURL,
URL spsURL,
String apiVersion,
String region,
String description,
@Nullable URL defaultSecurePreviewURL)
Initializes a default
Scene7Endpoint. |
Scene7Endpoint(URL apiURL,
URL ipsURL,
URL spsURL,
URL viewerSdkURL,
String apiVersion,
String region,
String description)
Deprecated.
|
Scene7Endpoint(URL apiURL,
URL ipsURL,
URL spsURL,
URL viewerSdkURL,
String apiVersion,
String region,
String description,
@Nullable URL defaultSecurePreviewURL)
Initializes a default
Scene7Endpoint. |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Scene7Endpoint o) |
boolean |
equals(Object obj) |
URL |
getApiURL() |
String |
getApiVersion() |
@Nullable URL |
getDefaultSecurePreviewURL() |
String |
getDescription() |
URL |
getIpsURL() |
String |
getRegion() |
URL |
getSpsURL() |
@Nullable URL |
getViewerSdkURL() |
int |
hashCode() |
String |
toString() |
public static final int DEFAULT_PORT
public Scene7Endpoint(URL apiURL, URL ipsURL, URL spsURL, String apiVersion, String region, String description, @Nullable @Nullable URL defaultSecurePreviewURL)
Scene7Endpoint.apiURL - ipsURL - apiVersion - region - description - defaultSecurePreviewURL - public Scene7Endpoint(URL apiURL, URL ipsURL, URL spsURL, URL viewerSdkURL, String apiVersion, String region, String description, @Nullable @Nullable URL defaultSecurePreviewURL)
Scene7Endpoint.apiURL - ipsURL - spsURL - viewerSdkURL - apiVersion - region - description - defaultSecurePreviewURL - @Deprecated public Scene7Endpoint(URL apiURL, URL ipsURL, URL spsURL, URL viewerSdkURL, String apiVersion, String region, String description)
Scene7Endpoint.apiURL - ipsURL - spsURL - viewerSdkURL - apiVersion - region - description - public URL getApiURL()
public URL getIpsURL()
public URL getSpsURL()
@Nullable public @Nullable URL getViewerSdkURL()
public String getApiVersion()
public String getRegion()
public String getDescription()
@Nullable public @Nullable URL getDefaultSecurePreviewURL()
public int compareTo(Scene7Endpoint o)
compareTo in interface Comparable<Scene7Endpoint>Copyright © 2010 - 2020 Adobe. All Rights Reserved