Class SapCloudForCustomerLinkedService


  • public final class SapCloudForCustomerLinkedService
    extends LinkedService
    Linked service for SAP Cloud for Customer.
    • Constructor Detail

      • SapCloudForCustomerLinkedService

        public SapCloudForCustomerLinkedService()
    • Method Detail

      • withAnnotations

        public SapCloudForCustomerLinkedService withAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the linked service.
        Overrides:
        withAnnotations in class LinkedService
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the LinkedService object itself.
      • url

        public Object url()
        Get the url property: The URL of SAP Cloud for Customer OData API. For example, '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'. Type: string (or Expression with resultType string).
        Returns:
        the url value.
      • withUrl

        public SapCloudForCustomerLinkedService withUrl​(Object url)
        Set the url property: The URL of SAP Cloud for Customer OData API. For example, '[https://[tenantname].crm.ondemand.com/sap/c4c/odata/v1]'. Type: string (or Expression with resultType string).
        Parameters:
        url - the url value to set.
        Returns:
        the SapCloudForCustomerLinkedService object itself.
      • username

        public Object username()
        Get the username property: The username for Basic authentication. Type: string (or Expression with resultType string).
        Returns:
        the username value.
      • withUsername

        public SapCloudForCustomerLinkedService withUsername​(Object username)
        Set the username property: The username for Basic authentication. Type: string (or Expression with resultType string).
        Parameters:
        username - the username value to set.
        Returns:
        the SapCloudForCustomerLinkedService object itself.
      • password

        public SecretBase password()
        Get the password property: The password for Basic authentication.
        Returns:
        the password value.
      • withPassword

        public SapCloudForCustomerLinkedService withPassword​(SecretBase password)
        Set the password property: The password for Basic authentication.
        Parameters:
        password - the password value to set.
        Returns:
        the SapCloudForCustomerLinkedService object itself.
      • encryptedCredential

        public Object encryptedCredential()
        Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string (or Expression with resultType string).
        Returns:
        the encryptedCredential value.
      • withEncryptedCredential

        public SapCloudForCustomerLinkedService withEncryptedCredential​(Object encryptedCredential)
        Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Either encryptedCredential or username/password must be provided. Type: string (or Expression with resultType string).
        Parameters:
        encryptedCredential - the encryptedCredential value to set.
        Returns:
        the SapCloudForCustomerLinkedService object itself.