public class ObjectIdentity extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectIdentity.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
issuer |
protected String |
issuerAssignedId |
protected String |
odataType |
protected String |
signInType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectIdentity() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectIdentity.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getIssuer() |
Optional<String> |
getIssuerAssignedId() |
Optional<String> |
getSignInType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ObjectIdentity |
withIssuer(String issuer) |
ObjectIdentity |
withIssuerAssignedId(String issuerAssignedId) |
ObjectIdentity |
withSignInType(String signInType) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String signInType
protected String issuer
protected String issuerAssignedId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ObjectIdentity withSignInType(String signInType)
public ObjectIdentity withIssuer(String issuer)
public ObjectIdentity withIssuerAssignedId(String issuerAssignedId)
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 ObjectIdentity.Builder builder()
Copyright © 2018–2020. All rights reserved.