Uses of Class
odata.msgraph.client.beta.complex.UserPrintUsageSummary.Builder
-
Packages that use UserPrintUsageSummary.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of UserPrintUsageSummary.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return UserPrintUsageSummary.Builder Modifier and Type Method Description static UserPrintUsageSummary.BuilderUserPrintUsageSummary. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).UserPrintUsageSummary.BuilderUserPrintUsageSummary.Builder. completedJobCount(Integer completedJobCount)UserPrintUsageSummary.BuilderUserPrintUsageSummary.Builder. incompleteJobCount(Integer incompleteJobCount)UserPrintUsageSummary.BuilderUserPrintUsageSummary.Builder. user(Identity user)UserPrintUsageSummary.BuilderUserPrintUsageSummary.Builder. userDisplayName(String userDisplayName)UserPrintUsageSummary.BuilderUserPrintUsageSummary.Builder. userPrincipalName(String userPrincipalName)
-