Class ExposureControlRequest

java.lang.Object
com.azure.resourcemanager.datafactory.models.ExposureControlRequest

public final class ExposureControlRequest extends Object
The exposure control request.
  • Constructor Details

    • ExposureControlRequest

      public ExposureControlRequest()
  • Method Details

    • featureName

      public String featureName()
      Get the featureName property: The feature name.
      Returns:
      the featureName value.
    • withFeatureName

      public ExposureControlRequest withFeatureName(String featureName)
      Set the featureName property: The feature name.
      Parameters:
      featureName - the featureName value to set.
      Returns:
      the ExposureControlRequest object itself.
    • featureType

      public String featureType()
      Get the featureType property: The feature type.
      Returns:
      the featureType value.
    • withFeatureType

      public ExposureControlRequest withFeatureType(String featureType)
      Set the featureType property: The feature type.
      Parameters:
      featureType - the featureType value to set.
      Returns:
      the ExposureControlRequest object itself.
    • validate

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