Modifier and Type | Method and Description |
---|---|
static ResponseActions |
ResponseActions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseActions[] |
ResponseActions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<ResponseActions> |
Item.getAllowedResponseActions()
Gets a value indicating which response actions are allowed on this item.
|
Modifier and Type | Method and Description |
---|---|
Class<ResponseActions> |
ResponseObjectsPropertyDefinition.getType()
Gets the property type.
|
Copyright © 2012–2015 Microsoft. All rights reserved.