public interface V1alpha1CodeRepoServiceAuthorizeResponseFluent<A extends V1alpha1CodeRepoServiceAuthorizeResponseFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizeUrl() |
String |
getRedirectUrl() |
Boolean |
hasAuthorizeUrl() |
Boolean |
hasGotAccessToken() |
Boolean |
hasRedirectUrl() |
Boolean |
isGotAccessToken() |
A |
withAuthorizeUrl(String authorizeUrl) |
A |
withGotAccessToken(Boolean gotAccessToken) |
A |
withNewAuthorizeUrl(String arg1) |
A |
withNewAuthorizeUrl(StringBuffer arg1) |
A |
withNewAuthorizeUrl(StringBuilder arg1) |
A |
withNewGotAccessToken(boolean arg1) |
A |
withNewGotAccessToken(String arg1) |
A |
withNewRedirectUrl(String arg1) |
A |
withNewRedirectUrl(StringBuffer arg1) |
A |
withNewRedirectUrl(StringBuilder arg1) |
A |
withRedirectUrl(String redirectUrl) |
String getAuthorizeUrl()
Boolean hasAuthorizeUrl()
A withNewAuthorizeUrl(StringBuilder arg1)
A withNewAuthorizeUrl(StringBuffer arg1)
Boolean isGotAccessToken()
Boolean hasGotAccessToken()
A withNewGotAccessToken(boolean arg1)
String getRedirectUrl()
Boolean hasRedirectUrl()
A withNewRedirectUrl(StringBuilder arg1)
A withNewRedirectUrl(StringBuffer arg1)
Copyright © 2019. All rights reserved.