Class OperationInputs


  • public final class OperationInputs
    extends Object
    Input values.
    • Constructor Detail

      • OperationInputs

        public OperationInputs()
    • Method Detail

      • name

        public String name()
        Get the name property: The name of the IoT Central application instance to check.
        Returns:
        the name value.
      • withName

        public OperationInputs withName​(String name)
        Set the name property: The name of the IoT Central application instance to check.
        Parameters:
        name - the name value to set.
        Returns:
        the OperationInputs object itself.
      • type

        public String type()
        Get the type property: The type of the IoT Central resource to query.
        Returns:
        the type value.
      • withType

        public OperationInputs withType​(String type)
        Set the type property: The type of the IoT Central resource to query.
        Parameters:
        type - the type value to set.
        Returns:
        the OperationInputs object itself.
      • validate

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