Uses of Class
odata.msgraph.client.beta.complex.EmailIdentity
-
Packages that use EmailIdentity Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of EmailIdentity in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return EmailIdentity Modifier and Type Method Description EmailIdentityEmailIdentity.Builder. build()EmailIdentityEmailIdentity. withEmail(String email)EmailIdentityEmailIdentity. withUnmappedField(String name, String value) -
Uses of EmailIdentity in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EmailIdentity Modifier and Type Field Description protected EmailIdentitySimulation. createdByprotected EmailIdentitySimulation. lastModifiedByMethods in odata.msgraph.client.beta.entity that return types with arguments of type EmailIdentity Modifier and Type Method Description Optional<EmailIdentity>Simulation. getCreatedBy()Optional<EmailIdentity>Simulation. getLastModifiedBy()Methods in odata.msgraph.client.beta.entity with parameters of type EmailIdentity Modifier and Type Method Description Simulation.BuilderSimulation.Builder. createdBy(EmailIdentity createdBy)Simulation.BuilderSimulation.Builder. lastModifiedBy(EmailIdentity lastModifiedBy)SimulationSimulation. withCreatedBy(EmailIdentity createdBy)SimulationSimulation. withLastModifiedBy(EmailIdentity lastModifiedBy)
-