@Service public class OAuthAuthorizeTokenHandler extends Object implements ResourceHandler<io.fabric8.openshift.api.model.OAuthAuthorizeToken>
| Constructor and Description |
|---|
OAuthAuthorizeTokenHandler() |
| Modifier and Type | Method and Description |
|---|---|
io.fabric8.openshift.api.model.OAuthAuthorizeToken |
create(com.squareup.okhttp.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.OAuthAuthorizeToken item) |
Boolean |
delete(com.squareup.okhttp.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.OAuthAuthorizeToken item) |
String |
getKind() |
public String getKind()
getKind in interface ResourceHandler<io.fabric8.openshift.api.model.OAuthAuthorizeToken>public io.fabric8.openshift.api.model.OAuthAuthorizeToken create(com.squareup.okhttp.OkHttpClient client,
Config config,
String namespace,
io.fabric8.openshift.api.model.OAuthAuthorizeToken item)
create in interface ResourceHandler<io.fabric8.openshift.api.model.OAuthAuthorizeToken>public Boolean delete(com.squareup.okhttp.OkHttpClient client, Config config, String namespace, io.fabric8.openshift.api.model.OAuthAuthorizeToken item)
delete in interface ResourceHandler<io.fabric8.openshift.api.model.OAuthAuthorizeToken>Copyright © 2015 Red Hat. All rights reserved.