Class SapCloudForCustomerLinkedService


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

      • SapCloudForCustomerLinkedService

        public SapCloudForCustomerLinkedService()
    • Method Detail

      • getUrl

        public Object getUrl()
        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.
      • setUrl

        public SapCloudForCustomerLinkedService setUrl​(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.
      • getUsername

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

        public SapCloudForCustomerLinkedService setUsername​(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.
      • getPassword

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

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

        public Object getEncryptedCredential()
        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.
      • setEncryptedCredential

        public SapCloudForCustomerLinkedService setEncryptedCredential​(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.
      • setAnnotations

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