Class URLS
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.URLS
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class URLS extends com.ibm.cloud.sdk.core.service.model.GenericModelUI based URLs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classURLS.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringapidocsurl()Gets the apidocsurl.java.lang.StringapiUrl()Gets the apiUrl.java.lang.StringcatalogDetailsUrl()Gets the catalogDetailsUrl.java.lang.StringcreateUrl()Gets the createUrl.java.lang.StringcustomCreatePageUrl()Gets the customCreatePageUrl.java.lang.StringdashboardUrl()Gets the dashboardUrl.java.lang.StringdeprecationDocUrl()Gets the deprecationDocUrl.java.lang.StringdocUrl()Gets the docUrl.java.lang.StringinstructionsUrl()Gets the instructionsUrl.URLS.BuildernewBuilder()New builder.java.lang.StringregistrationUrl()Gets the registrationUrl.java.lang.StringsdkDownloadUrl()Gets the sdkDownloadUrl.java.lang.StringtermsUrl()Gets the termsUrl.
-
-
-
Method Detail
-
newBuilder
public URLS.Builder newBuilder()
New builder.- Returns:
- a URLS builder
-
docUrl
public java.lang.String docUrl()
Gets the docUrl. URL for documentation.- Returns:
- the docUrl
-
instructionsUrl
public java.lang.String instructionsUrl()
Gets the instructionsUrl. URL for usage instructions.- Returns:
- the instructionsUrl
-
apiUrl
public java.lang.String apiUrl()
Gets the apiUrl. API URL.- Returns:
- the apiUrl
-
createUrl
public java.lang.String createUrl()
Gets the createUrl. URL Creation UI / API.- Returns:
- the createUrl
-
sdkDownloadUrl
public java.lang.String sdkDownloadUrl()
Gets the sdkDownloadUrl. URL to downlaod an SDK.- Returns:
- the sdkDownloadUrl
-
termsUrl
public java.lang.String termsUrl()
Gets the termsUrl. URL to the terms of use for your service.- Returns:
- the termsUrl
-
customCreatePageUrl
public java.lang.String customCreatePageUrl()
Gets the customCreatePageUrl. URL to the custom create page for your service.- Returns:
- the customCreatePageUrl
-
catalogDetailsUrl
public java.lang.String catalogDetailsUrl()
Gets the catalogDetailsUrl. URL to the catalog details page for your service.- Returns:
- the catalogDetailsUrl
-
deprecationDocUrl
public java.lang.String deprecationDocUrl()
Gets the deprecationDocUrl. URL for deprecation documentation.- Returns:
- the deprecationDocUrl
-
dashboardUrl
public java.lang.String dashboardUrl()
Gets the dashboardUrl. URL for dashboard.- Returns:
- the dashboardUrl
-
registrationUrl
public java.lang.String registrationUrl()
Gets the registrationUrl. URL for registration.- Returns:
- the registrationUrl
-
apidocsurl
public java.lang.String apidocsurl()
Gets the apidocsurl. URL for API documentation.- Returns:
- the apidocsurl
-
-