Module net.bis5.mattermost4j.core
Class DeauthorizeOAuthAppRequest.DeauthorizeOAuthAppRequestBuilder
- java.lang.Object
-
- net.bis5.mattermost.client4.model.DeauthorizeOAuthAppRequest.DeauthorizeOAuthAppRequestBuilder
-
- Enclosing class:
- DeauthorizeOAuthAppRequest
public static class DeauthorizeOAuthAppRequest.DeauthorizeOAuthAppRequestBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeauthorizeOAuthAppRequestbuild()DeauthorizeOAuthAppRequest.DeauthorizeOAuthAppRequestBuilderclientId(String clientId)StringtoString()
-
-
-
Method Detail
-
clientId
public DeauthorizeOAuthAppRequest.DeauthorizeOAuthAppRequestBuilder clientId(String clientId)
- Returns:
this.
-
build
public DeauthorizeOAuthAppRequest build()
-
-