AccessRights Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. messaging. servicebus. administration. models. AccessRights
- com.
- com.
public final class AccessRights
extends ExpandableStringEnum<AccessRights>
Access rights of an authorization.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Access |
LISTEN
Static value Listen for Access |
static final
Access |
MANAGE
Static value Manage for Access |
static final
Access |
SEND
Static value Send for Access |
Constructor Summary
Constructor | Description |
---|---|
AccessRights() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Access |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Access |
fromString(String name)
Creates or finds a Access |
static
Collection<Access |
values()
Gets known Access |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LISTEN
public static final AccessRights LISTEN
Static value Listen for AccessRights.
MANAGE
public static final AccessRights MANAGE
Static value Manage for AccessRights.
SEND
public static final AccessRights SEND
Static value Send for AccessRights.
Constructor Details
AccessRights
@Deprecated
public AccessRights()
Deprecated
Creates a new instance of AccessRights value.
Method Details
fromString
public static AccessRights fromString(String name)
Creates or finds a AccessRights from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known AccessRights values.
Returns: