public class IdentitySet extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentitySet.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Identity |
application |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Identity |
device |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Identity |
user |
| Modifier | Constructor and Description |
|---|---|
protected |
IdentitySet() |
| Modifier and Type | Method and Description |
|---|---|
static IdentitySet.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Identity> |
getApplication() |
Optional<Identity> |
getDevice() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Identity> |
getUser() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IdentitySet |
withApplication(Identity application) |
IdentitySet |
withDevice(Identity device) |
IdentitySet |
withUser(Identity user) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Identity application
protected Identity device
protected Identity user
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic IdentitySet withApplication(Identity application)
public IdentitySet withDevice(Identity device)
public IdentitySet withUser(Identity user)
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 IdentitySet.Builder builder()
Copyright © 2018–2020. All rights reserved.