public class AppRole extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AppRole.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
allowedMemberTypes |
protected String |
allowedMemberTypesNextLink |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
description |
protected String |
displayName |
protected String |
id |
protected Boolean |
isEnabled |
protected String |
odataType |
protected String |
origin |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
AppRole() |
| Modifier and Type | Method and Description |
|---|---|
static AppRole.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getAllowedMemberTypes() |
Optional<String> |
getDescription() |
Optional<String> |
getDisplayName() |
Optional<String> |
getId() |
Optional<Boolean> |
getIsEnabled() |
Optional<String> |
getOrigin() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getValue() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AppRole |
withDescription(String description) |
AppRole |
withDisplayName(String displayName) |
AppRole |
withId(String id) |
AppRole |
withIsEnabled(Boolean isEnabled) |
AppRole |
withOrigin(String origin) |
AppRole |
withValue(String value) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String allowedMemberTypesNextLink
protected String description
protected String displayName
protected String id
protected Boolean isEnabled
protected String origin
protected String value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic com.github.davidmoten.odata.client.CollectionPage<String> getAllowedMemberTypes()
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 AppRole.Builder builder()
Copyright © 2018–2020. All rights reserved.