Package com.microsoft.graph.models
Class ServicePrincipalAddPasswordParameterSet.ServicePrincipalAddPasswordParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ServicePrincipalAddPasswordParameterSet.ServicePrincipalAddPasswordParameterSetBuilder
- Enclosing class:
ServicePrincipalAddPasswordParameterSet
public static final class ServicePrincipalAddPasswordParameterSet.ServicePrincipalAddPasswordParameterSetBuilder
extends Object
Fluent builder for the ServicePrincipalAddPasswordParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PasswordCredentialThe passwordCredential parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ServicePrincipalAddPasswordParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the PasswordCredential
-
Field Details
-
passwordCredential
The passwordCredential parameter value
-
-
Constructor Details
-
ServicePrincipalAddPasswordParameterSetBuilder
@Nullable protected ServicePrincipalAddPasswordParameterSetBuilder()Instanciates a new ServicePrincipalAddPasswordParameterSetBuilder
-
-
Method Details
-
withPasswordCredential
@Nonnull public ServicePrincipalAddPasswordParameterSet.ServicePrincipalAddPasswordParameterSetBuilder withPasswordCredential(@Nullable PasswordCredential val) Sets the PasswordCredential- 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
-