public class WebApplication extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
WebApplication.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
homePageUrl |
protected ImplicitGrantSettings |
implicitGrantSettings |
protected String |
logoutUrl |
protected Boolean |
oauth2AllowImplicitFlow |
protected String |
odataType |
protected List<String> |
redirectUris |
protected String |
redirectUrisNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
WebApplication() |
| Modifier and Type | Method and Description |
|---|---|
static WebApplication.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getHomePageUrl() |
Optional<ImplicitGrantSettings> |
getImplicitGrantSettings() |
Optional<String> |
getLogoutUrl() |
Optional<Boolean> |
getOauth2AllowImplicitFlow() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getRedirectUris() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
WebApplication |
withHomePageUrl(String homePageUrl) |
WebApplication |
withImplicitGrantSettings(ImplicitGrantSettings implicitGrantSettings) |
WebApplication |
withLogoutUrl(String logoutUrl) |
WebApplication |
withOauth2AllowImplicitFlow(Boolean oauth2AllowImplicitFlow) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String homePageUrl
protected String redirectUrisNextLink
protected Boolean oauth2AllowImplicitFlow
protected String logoutUrl
protected ImplicitGrantSettings implicitGrantSettings
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic WebApplication withHomePageUrl(String homePageUrl)
public com.github.davidmoten.odata.client.CollectionPage<String> getRedirectUris()
public WebApplication withOauth2AllowImplicitFlow(Boolean oauth2AllowImplicitFlow)
public WebApplication withLogoutUrl(String logoutUrl)
public Optional<ImplicitGrantSettings> getImplicitGrantSettings()
public WebApplication withImplicitGrantSettings(ImplicitGrantSettings implicitGrantSettings)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static WebApplication.Builder builder()
Copyright © 2018–2020. All rights reserved.