Class PartialBatchEndpoint


  • public final class PartialBatchEndpoint
    extends Object
    Mutable Batch endpoint configuration.
    • Constructor Detail

      • PartialBatchEndpoint

        public PartialBatchEndpoint()
    • Method Detail

      • defaults

        public BatchEndpointDefaults defaults()
        Get the defaults property: Default values for Batch Endpoint.
        Returns:
        the defaults value.
      • withDefaults

        public PartialBatchEndpoint withDefaults​(BatchEndpointDefaults defaults)
        Set the defaults property: Default values for Batch Endpoint.
        Parameters:
        defaults - the defaults value to set.
        Returns:
        the PartialBatchEndpoint object itself.
      • validate

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