Package com.microsoft.graph.models
Class PrintJobAbortParameterSet
java.lang.Object
com.microsoft.graph.models.PrintJobAbortParameterSet
The class for the Print Job Abort Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the PrintJobAbortParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new PrintJobAbortParameterSetprotectedInstiaciates a new PrintJobAbortParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
reason
The reason.
-
-
Constructor Details
-
PrintJobAbortParameterSet
public PrintJobAbortParameterSet()Instiaciates a new PrintJobAbortParameterSet -
PrintJobAbortParameterSet
protected PrintJobAbortParameterSet(@Nonnull PrintJobAbortParameterSet.PrintJobAbortParameterSetBuilder builder) Instiaciates a new PrintJobAbortParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-