Class AppFiguresLinkedServiceTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.AppFiguresLinkedServiceTypeProperties

public final class AppFiguresLinkedServiceTypeProperties extends Object
AppFigures linked service type properties.
  • Constructor Details

    • AppFiguresLinkedServiceTypeProperties

      public AppFiguresLinkedServiceTypeProperties()
  • Method Details

    • username

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

      public AppFiguresLinkedServiceTypeProperties withUsername(Object username)
      Set the username property: The username of the Appfigures source.
      Parameters:
      username - the username value to set.
      Returns:
      the AppFiguresLinkedServiceTypeProperties object itself.
    • password

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

      public AppFiguresLinkedServiceTypeProperties withPassword(SecretBase password)
      Set the password property: The password of the AppFigures source.
      Parameters:
      password - the password value to set.
      Returns:
      the AppFiguresLinkedServiceTypeProperties object itself.
    • clientKey

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

      public AppFiguresLinkedServiceTypeProperties withClientKey(SecretBase clientKey)
      Set the clientKey property: The client key for the AppFigures source.
      Parameters:
      clientKey - the clientKey value to set.
      Returns:
      the AppFiguresLinkedServiceTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.