public class AppInfo extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AppInfo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected String |
appUrl |
protected Integer |
clientType |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
description |
protected Boolean |
isDefault |
protected String |
lastModifiedOn |
protected List<String> |
mobileOfflineProfileIds |
protected String |
mobileOfflineProfileIdsNextLink |
protected String |
odataType |
protected Integer |
status |
protected String |
title |
protected String |
uniqueName |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
protected WebResourceInfo |
webResourceInfo |
protected WebResourceInfo |
welcomePageInfo |
| Modifier | Constructor and Description |
|---|---|
protected |
AppInfo() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String appId
protected String title
protected String uniqueName
protected Boolean isDefault
protected String description
protected WebResourceInfo webResourceInfo
protected WebResourceInfo welcomePageInfo
protected Integer status
protected String lastModifiedOn
protected String appUrl
protected Integer clientType
protected String mobileOfflineProfileIdsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<WebResourceInfo> getWebResourceInfo()
public AppInfo withWebResourceInfo(WebResourceInfo webResourceInfo)
public Optional<WebResourceInfo> getWelcomePageInfo()
public AppInfo withWelcomePageInfo(WebResourceInfo welcomePageInfo)
public com.github.davidmoten.odata.client.CollectionPage<String> getMobileOfflineProfileIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getMobileOfflineProfileIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.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 AppInfo.Builder builder()
Copyright © 2018–2021. All rights reserved.