Class AppFiguresLinkedService


  • public class AppFiguresLinkedService
    extends LinkedService
    Linked service for AppFigures.
    • Constructor Detail

      • AppFiguresLinkedService

        public AppFiguresLinkedService()
    • Method Detail

      • getUserName

        public Object getUserName()
        Get the userName property: The username of the Appfigures source.
        Returns:
        the userName value.
      • setUserName

        public AppFiguresLinkedService setUserName​(Object userName)
        Set the userName property: The username of the Appfigures source.
        Parameters:
        userName - the userName value to set.
        Returns:
        the AppFiguresLinkedService object itself.
      • getPassword

        public SecretBase getPassword()
        Get the password property: The password of the AppFigures source.
        Returns:
        the password value.
      • setPassword

        public AppFiguresLinkedService setPassword​(SecretBase password)
        Set the password property: The password of the AppFigures source.
        Parameters:
        password - the password value to set.
        Returns:
        the AppFiguresLinkedService object itself.
      • getClientKey

        public SecretBase getClientKey()
        Get the clientKey property: The client key for the AppFigures source.
        Returns:
        the clientKey value.
      • setClientKey

        public AppFiguresLinkedService setClientKey​(SecretBase clientKey)
        Set the clientKey property: The client key for the AppFigures source.
        Parameters:
        clientKey - the clientKey value to set.
        Returns:
        the AppFiguresLinkedService object itself.
      • setDescription

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

        public AppFiguresLinkedService 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.