Uses of Enum
com.microsoft.graph.models.EndpointType
Packages that use EndpointType
-
Uses of EndpointType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EndpointTypeModifier and TypeMethodDescriptionstatic EndpointTypeCommunicationsIdentitySet.getEndpointType()Gets the endpointType property value.ParticipantInfo.getEndpointType()Gets the endpointType property value.static EndpointTypeReturns 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.Methods in com.microsoft.graph.models with parameters of type EndpointTypeModifier and TypeMethodDescriptionvoidCommunicationsIdentitySet.setEndpointType(EndpointType value) Sets the endpointType property value.voidParticipantInfo.setEndpointType(EndpointType value) Sets the endpointType property value.