public class V1alpha1CodeRepoServiceAuthorizeResponse extends Object
| Constructor and Description |
|---|
V1alpha1CodeRepoServiceAuthorizeResponse() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha1CodeRepoServiceAuthorizeResponse |
authorizeUrl(String authorizeUrl) |
boolean |
equals(Object o) |
String |
getAuthorizeUrl()
AuthorizeUrl specifies the authorizeUrl used to authorize web page.
|
String |
getRedirectUrl()
RedirectUrl specifies redirect URL for the authorization request
|
V1alpha1CodeRepoServiceAuthorizeResponse |
gotAccessToken(Boolean gotAccessToken) |
int |
hashCode() |
Boolean |
isGotAccessToken()
GotAccessToken true when the access token was generated successfully
|
V1alpha1CodeRepoServiceAuthorizeResponse |
redirectUrl(String redirectUrl) |
void |
setAuthorizeUrl(String authorizeUrl) |
void |
setGotAccessToken(Boolean gotAccessToken) |
void |
setRedirectUrl(String redirectUrl) |
String |
toString() |
public V1alpha1CodeRepoServiceAuthorizeResponse()
public V1alpha1CodeRepoServiceAuthorizeResponse authorizeUrl(String authorizeUrl)
public String getAuthorizeUrl()
public void setAuthorizeUrl(String authorizeUrl)
public V1alpha1CodeRepoServiceAuthorizeResponse gotAccessToken(Boolean gotAccessToken)
public Boolean isGotAccessToken()
public void setGotAccessToken(Boolean gotAccessToken)
public V1alpha1CodeRepoServiceAuthorizeResponse redirectUrl(String redirectUrl)
public String getRedirectUrl()
public void setRedirectUrl(String redirectUrl)
Copyright © 2019. All rights reserved.