public class ApprovalRequestRequest extends Object
Constructor and Description |
---|
ApprovalRequestRequest() |
Modifier and Type | Method and Description |
---|---|
ApprovalRequestRequest |
body(Object body) |
ApprovalRequestRequest |
description(String description) |
boolean |
equals(Object o) |
Object |
getBody()
Get body
|
String |
getDescription()
Optional comment about the approval request for the reviewer.
|
String |
getMethod()
Method for the operation: POST, PATCH, PUT, DELETE, or GET.
|
String |
getOperation()
Operation URL path, e.g.
|
int |
hashCode() |
ApprovalRequestRequest |
method(String method) |
ApprovalRequestRequest |
operation(String operation) |
void |
setBody(Object body) |
void |
setDescription(String description) |
void |
setMethod(String method) |
void |
setOperation(String operation) |
String |
toString() |
public ApprovalRequestRequest operation(String operation)
public String getOperation()
public void setOperation(String operation)
public ApprovalRequestRequest method(String method)
public String getMethod()
public void setMethod(String method)
public ApprovalRequestRequest body(Object body)
public Object getBody()
public void setBody(Object body)
public ApprovalRequestRequest description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved