Class ExposureControlBatchRequest


  • public final class ExposureControlBatchRequest
    extends Object
    A list of exposure control features.
    • Constructor Detail

      • ExposureControlBatchRequest

        public ExposureControlBatchRequest()
    • Method Detail

      • exposureControlRequests

        public List<ExposureControlRequest> exposureControlRequests()
        Get the exposureControlRequests property: List of exposure control features.
        Returns:
        the exposureControlRequests value.
      • withExposureControlRequests

        public ExposureControlBatchRequest withExposureControlRequests​(List<ExposureControlRequest> exposureControlRequests)
        Set the exposureControlRequests property: List of exposure control features.
        Parameters:
        exposureControlRequests - the exposureControlRequests value to set.
        Returns:
        the ExposureControlBatchRequest object itself.
      • validate

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