Class SapTableLinkedService


  • public final class SapTableLinkedService
    extends LinkedService
    SAP Table Linked Service.
    • Constructor Detail

      • SapTableLinkedService

        public SapTableLinkedService()
    • Method Detail

      • withDescription

        public SapTableLinkedService withDescription​(String description)
        Set the description property: Linked service description.
        Overrides:
        withDescription in class LinkedService
        Parameters:
        description - the description value to set.
        Returns:
        the LinkedService object itself.
      • withAnnotations

        public SapTableLinkedService 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.
      • server

        public Object server()
        Get the server property: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
        Returns:
        the server value.
      • withServer

        public SapTableLinkedService withServer​(Object server)
        Set the server property: Host name of the SAP instance where the table is located. Type: string (or Expression with resultType string).
        Parameters:
        server - the server value to set.
        Returns:
        the SapTableLinkedService object itself.
      • systemNumber

        public Object systemNumber()
        Get the systemNumber property: System number of the SAP system where the table is located. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).
        Returns:
        the systemNumber value.
      • withSystemNumber

        public SapTableLinkedService withSystemNumber​(Object systemNumber)
        Set the systemNumber property: System number of the SAP system where the table is located. (Usually a two-digit decimal number represented as a string.) Type: string (or Expression with resultType string).
        Parameters:
        systemNumber - the systemNumber value to set.
        Returns:
        the SapTableLinkedService object itself.
      • clientId

        public Object clientId()
        Get the clientId property: Client ID of the client on the SAP system where the table is located. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).
        Returns:
        the clientId value.
      • withClientId

        public SapTableLinkedService withClientId​(Object clientId)
        Set the clientId property: Client ID of the client on the SAP system where the table is located. (Usually a three-digit decimal number represented as a string) Type: string (or Expression with resultType string).
        Parameters:
        clientId - the clientId value to set.
        Returns:
        the SapTableLinkedService object itself.
      • language

        public Object language()
        Get the language property: Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).
        Returns:
        the language value.
      • withLanguage

        public SapTableLinkedService withLanguage​(Object language)
        Set the language property: Language of the SAP system where the table is located. The default value is EN. Type: string (or Expression with resultType string).
        Parameters:
        language - the language value to set.
        Returns:
        the SapTableLinkedService object itself.
      • systemId

        public Object systemId()
        Get the systemId property: SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).
        Returns:
        the systemId value.
      • withSystemId

        public SapTableLinkedService withSystemId​(Object systemId)
        Set the systemId property: SystemID of the SAP system where the table is located. Type: string (or Expression with resultType string).
        Parameters:
        systemId - the systemId value to set.
        Returns:
        the SapTableLinkedService object itself.
      • username

        public Object username()
        Get the username property: Username to access the SAP server where the table is located. Type: string (or Expression with resultType string).
        Returns:
        the username value.
      • withUsername

        public SapTableLinkedService withUsername​(Object username)
        Set the username property: Username to access the SAP server where the table is located. Type: string (or Expression with resultType string).
        Parameters:
        username - the username value to set.
        Returns:
        the SapTableLinkedService object itself.
      • password

        public SecretBase password()
        Get the password property: Password to access the SAP server where the table is located.
        Returns:
        the password value.
      • withPassword

        public SapTableLinkedService withPassword​(SecretBase password)
        Set the password property: Password to access the SAP server where the table is located.
        Parameters:
        password - the password value to set.
        Returns:
        the SapTableLinkedService object itself.
      • messageServer

        public Object messageServer()
        Get the messageServer property: The hostname of the SAP Message Server. Type: string (or Expression with resultType string).
        Returns:
        the messageServer value.
      • withMessageServer

        public SapTableLinkedService withMessageServer​(Object messageServer)
        Set the messageServer property: The hostname of the SAP Message Server. Type: string (or Expression with resultType string).
        Parameters:
        messageServer - the messageServer value to set.
        Returns:
        the SapTableLinkedService object itself.
      • messageServerService

        public Object messageServerService()
        Get the messageServerService property: The service name or port number of the Message Server. Type: string (or Expression with resultType string).
        Returns:
        the messageServerService value.
      • withMessageServerService

        public SapTableLinkedService withMessageServerService​(Object messageServerService)
        Set the messageServerService property: The service name or port number of the Message Server. Type: string (or Expression with resultType string).
        Parameters:
        messageServerService - the messageServerService value to set.
        Returns:
        the SapTableLinkedService object itself.
      • sncMode

        public Object sncMode()
        Get the sncMode property: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
        Returns:
        the sncMode value.
      • withSncMode

        public SapTableLinkedService withSncMode​(Object sncMode)
        Set the sncMode property: SNC activation indicator to access the SAP server where the table is located. Must be either 0 (off) or 1 (on). Type: string (or Expression with resultType string).
        Parameters:
        sncMode - the sncMode value to set.
        Returns:
        the SapTableLinkedService object itself.
      • sncMyName

        public Object sncMyName()
        Get the sncMyName property: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
        Returns:
        the sncMyName value.
      • withSncMyName

        public SapTableLinkedService withSncMyName​(Object sncMyName)
        Set the sncMyName property: Initiator's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
        Parameters:
        sncMyName - the sncMyName value to set.
        Returns:
        the SapTableLinkedService object itself.
      • sncPartnerName

        public Object sncPartnerName()
        Get the sncPartnerName property: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
        Returns:
        the sncPartnerName value.
      • withSncPartnerName

        public SapTableLinkedService withSncPartnerName​(Object sncPartnerName)
        Set the sncPartnerName property: Communication partner's SNC name to access the SAP server where the table is located. Type: string (or Expression with resultType string).
        Parameters:
        sncPartnerName - the sncPartnerName value to set.
        Returns:
        the SapTableLinkedService object itself.
      • sncLibraryPath

        public Object sncLibraryPath()
        Get the sncLibraryPath property: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
        Returns:
        the sncLibraryPath value.
      • withSncLibraryPath

        public SapTableLinkedService withSncLibraryPath​(Object sncLibraryPath)
        Set the sncLibraryPath property: External security product's library to access the SAP server where the table is located. Type: string (or Expression with resultType string).
        Parameters:
        sncLibraryPath - the sncLibraryPath value to set.
        Returns:
        the SapTableLinkedService object itself.
      • sncQop

        public Object sncQop()
        Get the sncQop property: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
        Returns:
        the sncQop value.
      • withSncQop

        public SapTableLinkedService withSncQop​(Object sncQop)
        Set the sncQop property: SNC Quality of Protection. Allowed value include: 1, 2, 3, 8, 9. Type: string (or Expression with resultType string).
        Parameters:
        sncQop - the sncQop value to set.
        Returns:
        the SapTableLinkedService object itself.
      • logonGroup

        public Object logonGroup()
        Get the logonGroup property: The Logon Group for the SAP System. Type: string (or Expression with resultType string).
        Returns:
        the logonGroup value.
      • withLogonGroup

        public SapTableLinkedService withLogonGroup​(Object logonGroup)
        Set the logonGroup property: The Logon Group for the SAP System. Type: string (or Expression with resultType string).
        Parameters:
        logonGroup - the logonGroup value to set.
        Returns:
        the SapTableLinkedService 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. Type: string (or Expression with resultType string).
        Returns:
        the encryptedCredential value.
      • withEncryptedCredential

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