Class ProviderOperation

java.lang.Object
com.microsoft.azure.management.graphrbac.ProviderOperation

public class ProviderOperation extends Object
Operation.
  • Constructor Details

    • ProviderOperation

      public ProviderOperation()
  • Method Details

    • name

      public String name()
      Get the name value.
      Returns:
      the name value
    • withName

      public ProviderOperation withName(String name)
      Set the name value.
      Parameters:
      name - the name value to set
      Returns:
      the ProviderOperation object itself.
    • displayName

      public String displayName()
      Get the displayName value.
      Returns:
      the displayName value
    • withDisplayName

      public ProviderOperation withDisplayName(String displayName)
      Set the displayName value.
      Parameters:
      displayName - the displayName value to set
      Returns:
      the ProviderOperation object itself.
    • description

      public String description()
      Get the description value.
      Returns:
      the description value
    • withDescription

      public ProviderOperation withDescription(String description)
      Set the description value.
      Parameters:
      description - the description value to set
      Returns:
      the ProviderOperation object itself.
    • origin

      public String origin()
      Get the origin value.
      Returns:
      the origin value
    • withOrigin

      public ProviderOperation withOrigin(String origin)
      Set the origin value.
      Parameters:
      origin - the origin value to set
      Returns:
      the ProviderOperation object itself.
    • properties

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

      public ProviderOperation withProperties(Object properties)
      Set the properties value.
      Parameters:
      properties - the properties value to set
      Returns:
      the ProviderOperation object itself.
    • isDataAction

      public Boolean isDataAction()
      Get the isDataAction value.
      Returns:
      the isDataAction value
    • withIsDataAction

      public ProviderOperation withIsDataAction(Boolean isDataAction)
      Set the isDataAction value.
      Parameters:
      isDataAction - the isDataAction value to set
      Returns:
      the ProviderOperation object itself.