Class ProviderOperation
java.lang.Object
com.microsoft.azure.management.graphrbac.ProviderOperation
Operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description value.Get the displayName value.Get the isDataAction value.name()
Get the name value.origin()
Get the origin value.Get the properties value.withDescription
(String description) Set the description value.withDisplayName
(String displayName) Set the displayName value.withIsDataAction
(Boolean isDataAction) Set the isDataAction value.Set the name value.withOrigin
(String origin) Set the origin value.withProperties
(Object properties) Set the properties value.
-
Constructor Details
-
ProviderOperation
public ProviderOperation()
-
-
Method Details
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name
- the name value to set- Returns:
- the ProviderOperation object itself.
-
displayName
Get the displayName value.- Returns:
- the displayName value
-
withDisplayName
Set the displayName value.- Parameters:
displayName
- the displayName value to set- Returns:
- the ProviderOperation object itself.
-
description
Get the description value.- Returns:
- the description value
-
withDescription
Set the description value.- Parameters:
description
- the description value to set- Returns:
- the ProviderOperation object itself.
-
origin
Get the origin value.- Returns:
- the origin value
-
withOrigin
Set the origin value.- Parameters:
origin
- the origin value to set- Returns:
- the ProviderOperation object itself.
-
properties
Get the properties value.- Returns:
- the properties value
-
withProperties
Set the properties value.- Parameters:
properties
- the properties value to set- Returns:
- the ProviderOperation object itself.
-
isDataAction
Get the isDataAction value.- Returns:
- the isDataAction value
-
withIsDataAction
Set the isDataAction value.- Parameters:
isDataAction
- the isDataAction value to set- Returns:
- the ProviderOperation object itself.
-