Uses of Class
odata.msgraph.client.beta.enums.EndpointType
-
Packages that use EndpointType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of EndpointType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as EndpointType Modifier and Type Field Description protected EndpointTypeInvitationParticipantInfo. endpointTypeprotected EndpointTypeParticipantInfo. endpointTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type EndpointType Modifier and Type Method Description Optional<EndpointType>InvitationParticipantInfo. getEndpointType()Optional<EndpointType>ParticipantInfo. getEndpointType()Methods in odata.msgraph.client.beta.complex with parameters of type EndpointType Modifier and Type Method Description InvitationParticipantInfo.BuilderInvitationParticipantInfo.Builder. endpointType(EndpointType endpointType)ParticipantInfo.BuilderParticipantInfo.Builder. endpointType(EndpointType endpointType)InvitationParticipantInfoInvitationParticipantInfo. withEndpointType(EndpointType endpointType)ParticipantInfoParticipantInfo. withEndpointType(EndpointType endpointType) -
Uses of EndpointType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EndpointType Modifier and Type Method Description static EndpointTypeEndpointType. 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.
-