public class PermissionScope extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PermissionScope.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
adminConsentDescription |
protected String |
adminConsentDisplayName |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
id |
protected Boolean |
isEnabled |
protected String |
odataType |
protected String |
origin |
protected String |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
userConsentDescription |
protected String |
userConsentDisplayName |
protected String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
PermissionScope() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String adminConsentDescription
protected String adminConsentDisplayName
protected String id
protected Boolean isEnabled
protected String origin
protected String type
protected String userConsentDescription
protected String userConsentDisplayName
protected String value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic PermissionScope withAdminConsentDescription(String adminConsentDescription)
public PermissionScope withAdminConsentDisplayName(String adminConsentDisplayName)
public PermissionScope withId(String id)
public PermissionScope withIsEnabled(Boolean isEnabled)
public PermissionScope withOrigin(String origin)
public PermissionScope withType(String type)
public PermissionScope withUserConsentDescription(String userConsentDescription)
public PermissionScope withUserConsentDisplayName(String userConsentDisplayName)
public PermissionScope withValue(String value)
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 PermissionScope.Builder builder()
Copyright © 2018–2020. All rights reserved.