@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class InlineHookResponseCommands extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VALUE |
Constructor and Description |
---|
InlineHookResponseCommands() |
Modifier and Type | Method and Description |
---|---|
InlineHookResponseCommands |
addValueItem(InlineHookResponseCommandValue valueItem) |
boolean |
equals(Object o) |
String |
getType()
Get type
|
List<InlineHookResponseCommandValue> |
getValue()
Get value
|
int |
hashCode() |
void |
setType(String type) |
void |
setValue(List<InlineHookResponseCommandValue> value) |
String |
toString() |
InlineHookResponseCommands |
type(String type) |
InlineHookResponseCommands |
value(List<InlineHookResponseCommandValue> value) |
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VALUE
public InlineHookResponseCommands type(String type)
public void setType(String type)
public InlineHookResponseCommands value(List<InlineHookResponseCommandValue> value)
public InlineHookResponseCommands addValueItem(InlineHookResponseCommandValue valueItem)
@Nullable public List<InlineHookResponseCommandValue> getValue()
public void setValue(List<InlineHookResponseCommandValue> value)
Copyright © 2017–2023 Okta. All rights reserved.