Package com.microsoft.graph.models
Class ApplicationUnsetVerifiedPublisherParameterSet
java.lang.Object
com.microsoft.graph.models.ApplicationUnsetVerifiedPublisherParameterSet
The class for the Application Unset Verified Publisher Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the ApplicationUnsetVerifiedPublisherParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ApplicationUnsetVerifiedPublisherParameterSetprotected
ApplicationUnsetVerifiedPublisherParameterSet
(ApplicationUnsetVerifiedPublisherParameterSet.ApplicationUnsetVerifiedPublisherParameterSetBuilder builder) Instiaciates a new ApplicationUnsetVerifiedPublisherParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic ApplicationUnsetVerifiedPublisherParameterSet.ApplicationUnsetVerifiedPublisherParameterSetBuilder
Gets a new builder for the body
-
Constructor Details
-
ApplicationUnsetVerifiedPublisherParameterSet
public ApplicationUnsetVerifiedPublisherParameterSet()Instiaciates a new ApplicationUnsetVerifiedPublisherParameterSet -
ApplicationUnsetVerifiedPublisherParameterSet
protected ApplicationUnsetVerifiedPublisherParameterSet(@Nonnull ApplicationUnsetVerifiedPublisherParameterSet.ApplicationUnsetVerifiedPublisherParameterSetBuilder builder) Instiaciates a new ApplicationUnsetVerifiedPublisherParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ApplicationUnsetVerifiedPublisherParameterSet.ApplicationUnsetVerifiedPublisherParameterSetBuilder 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
-