public class AppIdentity extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AppIdentity.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appId |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
displayName |
protected String |
odataType |
protected String |
servicePrincipalId |
protected String |
servicePrincipalName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
AppIdentity() |
| Modifier and Type | Method and Description |
|---|---|
static AppIdentity.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppId() |
Optional<String> |
getDisplayName() |
Optional<String> |
getServicePrincipalId() |
Optional<String> |
getServicePrincipalName() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AppIdentity |
withAppId(String appId) |
AppIdentity |
withDisplayName(String displayName) |
AppIdentity |
withServicePrincipalId(String servicePrincipalId) |
AppIdentity |
withServicePrincipalName(String servicePrincipalName) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String appId
protected String displayName
protected String servicePrincipalId
protected String servicePrincipalName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic AppIdentity withAppId(String appId)
public AppIdentity withDisplayName(String displayName)
public AppIdentity withServicePrincipalId(String servicePrincipalId)
public AppIdentity withServicePrincipalName(String servicePrincipalName)
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 AppIdentity.Builder builder()
Copyright © 2018–2020. All rights reserved.