Package com.microsoft.graph.models
Class ApplicationSetVerifiedPublisherParameterSet.ApplicationSetVerifiedPublisherParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ApplicationSetVerifiedPublisherParameterSet.ApplicationSetVerifiedPublisherParameterSetBuilder
- Enclosing class:
ApplicationSetVerifiedPublisherParameterSet
public static final class ApplicationSetVerifiedPublisherParameterSet.ApplicationSetVerifiedPublisherParameterSetBuilder
extends Object
Fluent builder for the ApplicationSetVerifiedPublisherParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ApplicationSetVerifiedPublisherParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the VerifiedPublisherId
-
Field Details
-
verifiedPublisherId
The verifiedPublisherId parameter value
-
-
Constructor Details
-
ApplicationSetVerifiedPublisherParameterSetBuilder
@Nullable protected ApplicationSetVerifiedPublisherParameterSetBuilder()Instanciates a new ApplicationSetVerifiedPublisherParameterSetBuilder
-
-
Method Details
-
withVerifiedPublisherId
@Nonnull public ApplicationSetVerifiedPublisherParameterSet.ApplicationSetVerifiedPublisherParameterSetBuilder withVerifiedPublisherId(@Nullable String val) Sets the VerifiedPublisherId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-