Uses of Class
odata.msgraph.client.complex.UserPrint
-
Packages that use UserPrint Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of UserPrint in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return UserPrint Modifier and Type Method Description UserPrintUserPrint.Builder. build()UserPrintUserPrint. withUnmappedField(String name, Object value) -
Uses of UserPrint in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as UserPrint Modifier and Type Field Description protected UserPrintUser. printMethods in odata.msgraph.client.entity that return types with arguments of type UserPrint Modifier and Type Method Description Optional<UserPrint>User. getPrint()Methods in odata.msgraph.client.entity with parameters of type UserPrint Modifier and Type Method Description User.BuilderUser.Builder. print(UserPrint print)UserUser. withPrint(UserPrint print)
-