public class ProvisionedIdentity extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ProvisionedIdentity.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected DetailsInfo |
details |
protected String |
displayName |
protected String |
id |
protected String |
identityType |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ProvisionedIdentity() |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionedIdentity.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<DetailsInfo> |
getDetails() |
Optional<String> |
getDisplayName() |
Optional<String> |
getId() |
Optional<String> |
getIdentityType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ProvisionedIdentity |
withDetails(DetailsInfo details) |
ProvisionedIdentity |
withDisplayName(String displayName) |
ProvisionedIdentity |
withId(String id) |
ProvisionedIdentity |
withIdentityType(String identityType) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String id
protected String displayName
protected String identityType
protected DetailsInfo details
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ProvisionedIdentity withId(String id)
public ProvisionedIdentity withDisplayName(String displayName)
public ProvisionedIdentity withIdentityType(String identityType)
public Optional<DetailsInfo> getDetails()
public ProvisionedIdentity withDetails(DetailsInfo details)
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 ProvisionedIdentity.Builder builder()
Copyright © 2018–2020. All rights reserved.