Uses of Class
com.microsoft.graph.models.EngagementRole
Packages that use EngagementRole
-
Uses of EngagementRole in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EngagementRoleModifier and TypeMethodDescriptionstatic EngagementRoleEngagementRole.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type EngagementRoleModifier and TypeMethodDescriptionEmployeeExperienceUser.getAssignedRoles()Gets the assignedRoles property value.EmployeeExperience.getRoles()Gets the roles property value.EngagementRoleCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type EngagementRoleModifier and TypeMethodDescriptionvoidEmployeeExperienceUser.setAssignedRoles(List<EngagementRole> value) Sets the assignedRoles property value.voidEmployeeExperience.setRoles(List<EngagementRole> value) Sets the roles property value.voidEngagementRoleCollectionResponse.setValue(List<EngagementRole> value) Sets the value property value.