Package com.day.cq.dam.scene7.api
Class Scene7Endpoint
- java.lang.Object
-
- com.day.cq.dam.scene7.api.Scene7Endpoint
-
- All Implemented Interfaces:
Comparable<Scene7Endpoint>
@ProviderType @NotNullApi public class Scene7Endpoint extends Object implements Comparable<Scene7Endpoint>
This class provides the abstractization for a Scene7 endpoint.
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_PORT
-
Constructor Summary
Constructors Constructor 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 defaultScene7Endpoint.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 defaultScene7Endpoint.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Scene7Endpoint o)booleanequals(Object obj)URLgetApiURL()StringgetApiVersion()@Nullable URLgetDefaultSecurePreviewURL()StringgetDescription()URLgetIpsURL()StringgetRegion()URLgetSpsURL()@Nullable URLgetViewerSdkURL()inthashCode()StringtoString()
-
-
-
Field Detail
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Scene7Endpoint
public Scene7Endpoint(URL apiURL, URL ipsURL, URL spsURL, String apiVersion, String region, String description, @Nullable @Nullable URL defaultSecurePreviewURL)
Initializes a defaultScene7Endpoint.- Parameters:
apiURL-ipsURL-apiVersion-region-description-defaultSecurePreviewURL-
-
Scene7Endpoint
public Scene7Endpoint(URL apiURL, URL ipsURL, URL spsURL, URL viewerSdkURL, String apiVersion, String region, String description, @Nullable @Nullable URL defaultSecurePreviewURL)
Initializes a defaultScene7Endpoint.- Parameters:
apiURL-ipsURL-spsURL-viewerSdkURL-apiVersion-region-description-defaultSecurePreviewURL-
-
Scene7Endpoint
@Deprecated public Scene7Endpoint(URL apiURL, URL ipsURL, URL spsURL, URL viewerSdkURL, String apiVersion, String region, String description)
Deprecated.Initializes a defaultScene7Endpoint.- Parameters:
apiURL-ipsURL-spsURL-viewerSdkURL-apiVersion-region-description-
-
-
Method Detail
-
getApiURL
public URL getApiURL()
-
getIpsURL
public URL getIpsURL()
-
getSpsURL
public URL getSpsURL()
-
getViewerSdkURL
@Nullable public @Nullable URL getViewerSdkURL()
-
getApiVersion
public String getApiVersion()
-
getRegion
public String getRegion()
-
getDescription
public String getDescription()
-
getDefaultSecurePreviewURL
@Nullable public @Nullable URL getDefaultSecurePreviewURL()
-
compareTo
public int compareTo(Scene7Endpoint o)
- Specified by:
compareToin interfaceComparable<Scene7Endpoint>
-
-