public class ServicePrincipalAddPasswordParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServicePrincipalAddPasswordParameterSet.ServicePrincipalAddPasswordParameterSetBuilder
Fluent builder for the ServicePrincipalAddPasswordParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
PasswordCredential |
passwordCredential
The password Credential.
|
| Modifier | Constructor and Description |
|---|---|
|
ServicePrincipalAddPasswordParameterSet()
Instiaciates a new ServicePrincipalAddPasswordParameterSet
|
protected |
ServicePrincipalAddPasswordParameterSet(ServicePrincipalAddPasswordParameterSet.ServicePrincipalAddPasswordParameterSetBuilder builder)
Instiaciates a new ServicePrincipalAddPasswordParameterSet
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static ServicePrincipalAddPasswordParameterSet.ServicePrincipalAddPasswordParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="passwordCredential",
alternate="PasswordCredential")
@Expose
@Nullable
public PasswordCredential passwordCredential
public ServicePrincipalAddPasswordParameterSet()
protected ServicePrincipalAddPasswordParameterSet(@Nonnull
ServicePrincipalAddPasswordParameterSet.ServicePrincipalAddPasswordParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static ServicePrincipalAddPasswordParameterSet.ServicePrincipalAddPasswordParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()