Package com.microsoft.graph.models
Class UserRetryServiceProvisioningParameterSet
java.lang.Object
com.microsoft.graph.models.UserRetryServiceProvisioningParameterSet
The class for the User Retry Service Provisioning Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the UserRetryServiceProvisioningParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new UserRetryServiceProvisioningParameterSetprotectedUserRetryServiceProvisioningParameterSet(UserRetryServiceProvisioningParameterSet.UserRetryServiceProvisioningParameterSetBuilder builder) Instiaciates a new UserRetryServiceProvisioningParameterSet -
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
-
Constructor Details
-
UserRetryServiceProvisioningParameterSet
public UserRetryServiceProvisioningParameterSet()Instiaciates a new UserRetryServiceProvisioningParameterSet -
UserRetryServiceProvisioningParameterSet
protected UserRetryServiceProvisioningParameterSet(@Nonnull UserRetryServiceProvisioningParameterSet.UserRetryServiceProvisioningParameterSetBuilder builder) Instiaciates a new UserRetryServiceProvisioningParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static UserRetryServiceProvisioningParameterSet.UserRetryServiceProvisioningParameterSetBuilder 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
-