Class ConnectorMappingAvailability

java.lang.Object
com.azure.resourcemanager.customerinsights.models.ConnectorMappingAvailability

public final class ConnectorMappingAvailability extends Object
Connector mapping property availability.
  • Constructor Details

    • ConnectorMappingAvailability

      public ConnectorMappingAvailability()
      Creates an instance of ConnectorMappingAvailability class.
  • Method Details

    • frequency

      public FrequencyTypes frequency()
      Get the frequency property: The frequency to update.
      Returns:
      the frequency value.
    • withFrequency

      public ConnectorMappingAvailability withFrequency(FrequencyTypes frequency)
      Set the frequency property: The frequency to update.
      Parameters:
      frequency - the frequency value to set.
      Returns:
      the ConnectorMappingAvailability object itself.
    • interval

      public int interval()
      Get the interval property: The interval of the given frequency to use.
      Returns:
      the interval value.
    • withInterval

      public ConnectorMappingAvailability withInterval(int interval)
      Set the interval property: The interval of the given frequency to use.
      Parameters:
      interval - the interval value to set.
      Returns:
      the ConnectorMappingAvailability object itself.
    • validate

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