Uses of Class
odata.msgraph.client.entity.PrintTaskDefinition
-
Packages that use PrintTaskDefinition Package Description odata.msgraph.client.entity -
-
Uses of PrintTaskDefinition in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type PrintTaskDefinition Modifier and Type Field Description protected List<PrintTaskDefinition>Print. taskDefinitionsMethods in odata.msgraph.client.entity that return PrintTaskDefinition Modifier and Type Method Description PrintTaskDefinitionPrintTaskDefinition.Builder. build()PrintTaskDefinitionPrintTaskDefinition. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PrintTaskDefinitionPrintTaskDefinition. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PrintTaskDefinitionPrintTaskDefinition. withCreatedBy(AppIdentity createdBy)PrintTaskDefinitionPrintTaskDefinition. withDisplayName(String displayName)PrintTaskDefinitionPrintTaskDefinition. withTasks(List<PrintTask> tasks)PrintTaskDefinitionPrintTaskDefinition. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type PrintTaskDefinition Modifier and Type Method Description Print.BuilderPrint.Builder. taskDefinitions(PrintTaskDefinition... taskDefinitions)Method parameters in odata.msgraph.client.entity with type arguments of type PrintTaskDefinition Modifier and Type Method Description Print.BuilderPrint.Builder. taskDefinitions(List<PrintTaskDefinition> taskDefinitions)PrintPrint. withTaskDefinitions(List<PrintTaskDefinition> taskDefinitions)
-