public class ManagedAppConfiguration extends ManagedAppPolicy implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyValuePair> |
customSettings |
protected String |
customSettingsNextLink |
createdDateTime, description, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ManagedAppConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> |
getCustomSettings()
“A set of string key and string value pairs to be sent to apps for users to whom
the configuration is scoped, unalterned by this service”
|
com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> |
getCustomSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)
“A set of string key and string value pairs to be sent to apps for users to whom
the configuration is scoped, unalterned by this service”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ManagedAppConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ManagedAppConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
getCreatedDateTime, getDescription, getDisplayName, getLastModifiedDateTime, getRoleScopeTagIds, getRoleScopeTagIds, getVersion, targetApps, withCreatedDateTime, withDescription, withDisplayName, withLastModifiedDateTime, withVersionprotected List<KeyValuePair> customSettings
protected String customSettingsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ManagedAppPolicypublic com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class ManagedAppPolicypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ManagedAppPolicypublic com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getCustomSettings()
public com.github.davidmoten.odata.client.CollectionPage<KeyValuePair> getCustomSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ManagedAppPolicypublic ManagedAppConfiguration patch()
this with changed fields reset.patch in class ManagedAppPolicythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic ManagedAppConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class ManagedAppPolicythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class ManagedAppPolicyCopyright © 2018–2020. All rights reserved.