Module net.bis5.mattermost4j.core
Class DeauthorizeOAuthAppRequest
- java.lang.Object
-
- net.bis5.mattermost.client4.model.DeauthorizeOAuthAppRequest
-
public final class DeauthorizeOAuthAppRequest extends Object
Deauthorize OAuth app request payload.- Author:
- Takayuki Maruyama
- See Also:
OAuthApi.deauthorizeOAuthApp(String)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeauthorizeOAuthAppRequest.DeauthorizeOAuthAppRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeauthorizeOAuthAppRequest.DeauthorizeOAuthAppRequestBuilderbuilder()booleanequals(Object o)StringgetClientId()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static DeauthorizeOAuthAppRequest.DeauthorizeOAuthAppRequestBuilder builder()
-
getClientId
public String getClientId()
-
-