Class OperationEntityInner

java.lang.Object
com.azure.resourcemanager.botservice.fluent.models.OperationEntityInner

public final class OperationEntityInner extends Object
The operations supported by Bot Service Management.
  • Constructor Details

    • OperationEntityInner

      public OperationEntityInner()
  • Method Details

    • name

      public String name()
      Get the name property: Operation name: {provider}/{resource}/{operation}.
      Returns:
      the name value.
    • withName

      public OperationEntityInner withName(String name)
      Set the name property: Operation name: {provider}/{resource}/{operation}.
      Parameters:
      name - the name value to set.
      Returns:
      the OperationEntityInner object itself.
    • display

      public OperationDisplayInfo display()
      Get the display property: The operation supported by Bot Service Management.
      Returns:
      the display value.
    • withDisplay

      public OperationEntityInner withDisplay(OperationDisplayInfo display)
      Set the display property: The operation supported by Bot Service Management.
      Parameters:
      display - the display value to set.
      Returns:
      the OperationEntityInner object itself.
    • origin

      public String origin()
      Get the origin property: The origin of the operation.
      Returns:
      the origin value.
    • withOrigin

      public OperationEntityInner withOrigin(String origin)
      Set the origin property: The origin of the operation.
      Parameters:
      origin - the origin value to set.
      Returns:
      the OperationEntityInner object itself.
    • properties

      public Object properties()
      Get the properties property: Additional properties.
      Returns:
      the properties value.
    • withProperties

      public OperationEntityInner withProperties(Object properties)
      Set the properties property: Additional properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the OperationEntityInner object itself.
    • validate

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