Uses of Class
odata.msgraph.client.beta.enums.PrintJobStateDetail
-
Packages that use PrintJobStateDetail Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PrintJobStateDetail in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type PrintJobStateDetail Modifier and Type Field Description protected List<PrintJobStateDetail>PrintJobStatus. detailsMethods in odata.msgraph.client.beta.complex that return types with arguments of type PrintJobStateDetail Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<PrintJobStateDetail>PrintJobStatus. getDetails()com.github.davidmoten.odata.client.CollectionPage<PrintJobStateDetail>PrintJobStatus. getDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type PrintJobStateDetail Modifier and Type Method Description PrintJobStatus.BuilderPrintJobStatus.Builder. details(PrintJobStateDetail... details)Method parameters in odata.msgraph.client.beta.complex with type arguments of type PrintJobStateDetail Modifier and Type Method Description PrintJobStatus.BuilderPrintJobStatus.Builder. details(List<PrintJobStateDetail> details) -
Uses of PrintJobStateDetail in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PrintJobStateDetail Modifier and Type Method Description static PrintJobStateDetailPrintJobStateDetail. valueOf(String name)Returns the enum constant of this type with the specified name.static PrintJobStateDetail[]PrintJobStateDetail. values()Returns an array containing the constants of this enum type, in the order they are declared.
-