| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected EndpointType |
InvitationParticipantInfo.endpointType |
protected EndpointType |
ParticipantInfo.endpointType |
| Modifier and Type | Method and Description |
|---|---|
Optional<EndpointType> |
InvitationParticipantInfo.getEndpointType() |
Optional<EndpointType> |
ParticipantInfo.getEndpointType() |
| Modifier and Type | Method and Description |
|---|---|
InvitationParticipantInfo.Builder |
InvitationParticipantInfo.Builder.endpointType(EndpointType endpointType) |
ParticipantInfo.Builder |
ParticipantInfo.Builder.endpointType(EndpointType endpointType) |
InvitationParticipantInfo |
InvitationParticipantInfo.withEndpointType(EndpointType endpointType) |
ParticipantInfo |
ParticipantInfo.withEndpointType(EndpointType endpointType) |
| Modifier and Type | Method and Description |
|---|---|
static EndpointType |
EndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointType[] |
EndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.