Uses of Class
odata.msgraph.client.complex.UserIdentity
-
Packages that use UserIdentity Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of UserIdentity in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as UserIdentity Modifier and Type Field Description protected UserIdentityArchivedPrintJob. createdByprotected UserIdentityAuditActivityInitiator. userMethods in odata.msgraph.client.complex that return UserIdentity Modifier and Type Method Description UserIdentityUserIdentity.Builder. build()UserIdentityUserIdentity. withIpAddress(String ipAddress)UserIdentityUserIdentity. withUnmappedField(String name, Object value)UserIdentityUserIdentity. withUserPrincipalName(String userPrincipalName)Methods in odata.msgraph.client.complex that return types with arguments of type UserIdentity Modifier and Type Method Description Optional<UserIdentity>ArchivedPrintJob. getCreatedBy()Optional<UserIdentity>AuditActivityInitiator. getUser()Methods in odata.msgraph.client.complex with parameters of type UserIdentity Modifier and Type Method Description ArchivedPrintJob.BuilderArchivedPrintJob.Builder. createdBy(UserIdentity createdBy)AuditActivityInitiator.BuilderAuditActivityInitiator.Builder. user(UserIdentity user)ArchivedPrintJobArchivedPrintJob. withCreatedBy(UserIdentity createdBy)AuditActivityInitiatorAuditActivityInitiator. withUser(UserIdentity user) -
Uses of UserIdentity in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as UserIdentity Modifier and Type Field Description protected UserIdentityAccessReviewInstanceDecisionItem. appliedByprotected UserIdentityAccessReviewHistoryDefinition. createdByprotected UserIdentityAccessReviewScheduleDefinition. createdByprotected UserIdentityPrintJob. createdByprotected UserIdentityAccessReviewInstanceDecisionItem. reviewedByMethods in odata.msgraph.client.entity that return types with arguments of type UserIdentity Modifier and Type Method Description Optional<UserIdentity>AccessReviewInstanceDecisionItem. getAppliedBy()Optional<UserIdentity>AccessReviewHistoryDefinition. getCreatedBy()Optional<UserIdentity>AccessReviewScheduleDefinition. getCreatedBy()Optional<UserIdentity>PrintJob. getCreatedBy()Optional<UserIdentity>AccessReviewInstanceDecisionItem. getReviewedBy()
-