public final class AvailableDelegationInner extends Object
| Constructor and Description |
|---|
AvailableDelegationInner() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
actions()
Get the actions property: The actions permitted to the service upon delegation.
|
String |
id()
Get the id property: A unique identifier of the AvailableDelegation resource.
|
String |
name()
Get the name property: The name of the AvailableDelegation resource.
|
String |
serviceName()
Get the serviceName property: The name of the service and resource.
|
String |
type()
Get the type property: Resource type.
|
void |
validate()
Validates the instance.
|
AvailableDelegationInner |
withActions(List<String> actions)
Set the actions property: The actions permitted to the service upon delegation.
|
AvailableDelegationInner |
withId(String id)
Set the id property: A unique identifier of the AvailableDelegation resource.
|
AvailableDelegationInner |
withName(String name)
Set the name property: The name of the AvailableDelegation resource.
|
AvailableDelegationInner |
withServiceName(String serviceName)
Set the serviceName property: The name of the service and resource.
|
AvailableDelegationInner |
withType(String type)
Set the type property: Resource type.
|
public String name()
public AvailableDelegationInner withName(String name)
name - the name value to set.public String id()
public AvailableDelegationInner withId(String id)
id - the id value to set.public String type()
public AvailableDelegationInner withType(String type)
type - the type value to set.public String serviceName()
public AvailableDelegationInner withServiceName(String serviceName)
serviceName - the serviceName value to set.public List<String> actions()
public AvailableDelegationInner withActions(List<String> actions)
actions - the actions value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.