public class AppConsentRequest extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AppConsentRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appDisplayName |
protected String |
appId |
protected String |
consentType |
protected List<AppConsentRequestScope> |
pendingScopes |
protected String |
pendingScopesNextLink |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AppConsentRequest() |
| Modifier and Type | Method and Description |
|---|---|
static AppConsentRequest.Builder |
builderAppConsentRequest()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppDisplayName() |
Optional<String> |
getAppId() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getConsentType() |
com.github.davidmoten.odata.client.CollectionPage<AppConsentRequestScope> |
getPendingScopes() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
UserConsentRequestCollectionRequest |
getUserConsentRequests() |
String |
odataTypeName() |
AppConsentRequest |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AppConsentRequest |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AppConsentRequest |
withAppDisplayName(String appDisplayName) |
AppConsentRequest |
withAppId(String appId) |
AppConsentRequest |
withConsentType(String consentType) |
protected String appId
protected String appDisplayName
protected String consentType
protected List<AppConsentRequestScope> pendingScopes
protected String pendingScopesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AppConsentRequest.Builder builderAppConsentRequest()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic AppConsentRequest withAppId(String appId)
public AppConsentRequest withAppDisplayName(String appDisplayName)
public AppConsentRequest withConsentType(String consentType)
public com.github.davidmoten.odata.client.CollectionPage<AppConsentRequestScope> getPendingScopes()
public UserConsentRequestCollectionRequest getUserConsentRequests()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AppConsentRequest patch()
this with changed fields reset.public AppConsentRequest put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.