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 -
Constructor Summary
ConstructorsConstructorDescriptionScene7Endpoint
(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
-
Field Details
-
DEFAULT_PORT
public static final int DEFAULT_PORT- See Also:
-
-
Constructor Details
-
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
-
-
Scene7Endpoint
@Deprecated public Scene7Endpoint(URL apiURL, URL ipsURL, URL spsURL, String apiVersion, String region, String description) Deprecated.Initializes a defaultScene7Endpoint
.- Parameters:
apiURL
-ipsURL
-apiVersion
-region
-description
-
-
-
Method Details
-
toString
-
getApiURL
-
getIpsURL
-
getSpsURL
-
getViewerSdkURL
-
getApiVersion
-
getRegion
-
getDescription
-
getDefaultSecurePreviewURL
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Scene7Endpoint>
-
equals
-
hashCode
public int hashCode()
-