Package org.openapitools.client.model
Class InlineHookResponse
java.lang.Object
org.openapitools.client.model.InlineHookResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class InlineHookResponse
extends Object
InlineHookResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCommandsItem
(InlineHookResponseCommands commandsItem) commands
(List<InlineHookResponseCommands> commands) boolean
Get commandsint
hashCode()
void
setCommands
(List<InlineHookResponseCommands> commands) toString()
-
Field Details
-
JSON_PROPERTY_COMMANDS
- See Also:
-
-
Constructor Details
-
InlineHookResponse
public InlineHookResponse()
-
-
Method Details