Class SapOdpResourceDatasetTypeProperties

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

public final class SapOdpResourceDatasetTypeProperties extends Object
SAP ODP Resource properties.
  • Constructor Details

    • SapOdpResourceDatasetTypeProperties

      public SapOdpResourceDatasetTypeProperties()
  • Method Details

    • context

      public Object context()
      Get the context property: The context of the SAP ODP Object. Type: string (or Expression with resultType string).
      Returns:
      the context value.
    • withContext

      public SapOdpResourceDatasetTypeProperties withContext(Object context)
      Set the context property: The context of the SAP ODP Object. Type: string (or Expression with resultType string).
      Parameters:
      context - the context value to set.
      Returns:
      the SapOdpResourceDatasetTypeProperties object itself.
    • objectName

      public Object objectName()
      Get the objectName property: The name of the SAP ODP Object. Type: string (or Expression with resultType string).
      Returns:
      the objectName value.
    • withObjectName

      public SapOdpResourceDatasetTypeProperties withObjectName(Object objectName)
      Set the objectName property: The name of the SAP ODP Object. Type: string (or Expression with resultType string).
      Parameters:
      objectName - the objectName value to set.
      Returns:
      the SapOdpResourceDatasetTypeProperties object itself.
    • validate

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