Uses of Class
odata.msgraph.client.complex.CommunicationsUserIdentity
-
Packages that use CommunicationsUserIdentity Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of CommunicationsUserIdentity in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return CommunicationsUserIdentity Modifier and Type Method Description CommunicationsUserIdentityCommunicationsUserIdentity.Builder. build()CommunicationsUserIdentityCommunicationsUserIdentity. withTenantId(String tenantId)CommunicationsUserIdentityCommunicationsUserIdentity. withUnmappedField(String name, Object value) -
Uses of CommunicationsUserIdentity in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type CommunicationsUserIdentity Modifier and Type Field Description protected List<CommunicationsUserIdentity>VirtualEventWebinar. coOrganizersMethods in odata.msgraph.client.entity that return types with arguments of type CommunicationsUserIdentity Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<CommunicationsUserIdentity>VirtualEventWebinar. getCoOrganizers()com.github.davidmoten.odata.client.CollectionPage<CommunicationsUserIdentity>VirtualEventWebinar. getCoOrganizers(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type CommunicationsUserIdentity Modifier and Type Method Description VirtualEventWebinar.BuilderVirtualEventWebinar.Builder. coOrganizers(CommunicationsUserIdentity... coOrganizers)Method parameters in odata.msgraph.client.entity with type arguments of type CommunicationsUserIdentity Modifier and Type Method Description VirtualEventWebinar.BuilderVirtualEventWebinar.Builder. coOrganizers(List<CommunicationsUserIdentity> coOrganizers)VirtualEventWebinarVirtualEventWebinar. withCoOrganizers(List<CommunicationsUserIdentity> coOrganizers)
-