Package com.microsoft.graph.models
Class ApplicationSetVerifiedPublisherParameterSet
java.lang.Object
com.microsoft.graph.models.ApplicationSetVerifiedPublisherParameterSet
The class for the Application Set Verified Publisher Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ApplicationSetVerifiedPublisherParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ApplicationSetVerifiedPublisherParameterSetprotectedApplicationSetVerifiedPublisherParameterSet(ApplicationSetVerifiedPublisherParameterSet.ApplicationSetVerifiedPublisherParameterSetBuilder builder) Instiaciates a new ApplicationSetVerifiedPublisherParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setstatic ApplicationSetVerifiedPublisherParameterSet.ApplicationSetVerifiedPublisherParameterSetBuilderGets a new builder for the body
-
Field Details
-
verifiedPublisherId
@SerializedName(value="verifiedPublisherId", alternate="VerifiedPublisherId") @Expose @Nullable public String verifiedPublisherIdThe verified Publisher Id.
-
-
Constructor Details
-
ApplicationSetVerifiedPublisherParameterSet
public ApplicationSetVerifiedPublisherParameterSet()Instiaciates a new ApplicationSetVerifiedPublisherParameterSet -
ApplicationSetVerifiedPublisherParameterSet
protected ApplicationSetVerifiedPublisherParameterSet(@Nonnull ApplicationSetVerifiedPublisherParameterSet.ApplicationSetVerifiedPublisherParameterSetBuilder builder) Instiaciates a new ApplicationSetVerifiedPublisherParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ApplicationSetVerifiedPublisherParameterSet.ApplicationSetVerifiedPublisherParameterSetBuilder 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
-