public class DriveRecipient extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DriveRecipient.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
alias |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
email |
protected String |
objectId |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
DriveRecipient() |
| Modifier and Type | Method and Description |
|---|---|
static DriveRecipient.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAlias() |
Optional<String> |
getEmail() |
Optional<String> |
getObjectId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DriveRecipient |
withAlias(String alias) |
DriveRecipient |
withEmail(String email) |
DriveRecipient |
withObjectId(String objectId) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String alias
protected String email
protected String objectId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic DriveRecipient withAlias(String alias)
public DriveRecipient withEmail(String email)
public DriveRecipient withObjectId(String objectId)
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 DriveRecipient.Builder builder()
Copyright © 2018–2020. All rights reserved.