Class ApiTestRequest
- java.lang.Object
-
- com.slack.api.methods.request.api.ApiTestRequest
-
- All Implemented Interfaces:
SlackApiRequest
public class ApiTestRequest extends Object implements SlackApiRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApiTestRequest.ApiTestRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApiTestRequest.ApiTestRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetError()Error response to returnStringgetFoo()example property to returnStringgetToken()inthashCode()voidsetError(String error)Error response to returnvoidsetFoo(String foo)example property to returnStringtoString()
-
-
-
Method Detail
-
getToken
public String getToken()
- Specified by:
getTokenin interfaceSlackApiRequest
-
builder
public static ApiTestRequest.ApiTestRequestBuilder builder()
-
getFoo
public String getFoo()
example property to return
-
getError
public String getError()
Error response to return
-
setFoo
public void setFoo(String foo)
example property to return
-
setError
public void setError(String error)
Error response to return
-
canEqual
protected boolean canEqual(Object other)
-
-