public class ServicePrincipalRemovePasswordParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServicePrincipalRemovePasswordParameterSet.ServicePrincipalRemovePasswordParameterSetBuilder
Fluent builder for the ServicePrincipalRemovePasswordParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.util.UUID |
keyId
The key Id.
|
| Modifier | Constructor and Description |
|---|---|
|
ServicePrincipalRemovePasswordParameterSet()
Instiaciates a new ServicePrincipalRemovePasswordParameterSet
|
protected |
ServicePrincipalRemovePasswordParameterSet(ServicePrincipalRemovePasswordParameterSet.ServicePrincipalRemovePasswordParameterSetBuilder builder)
Instiaciates a new ServicePrincipalRemovePasswordParameterSet
|
| 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 ServicePrincipalRemovePasswordParameterSet.ServicePrincipalRemovePasswordParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="keyId",
alternate="KeyId")
@Expose
@Nullable
public java.util.UUID keyId
public ServicePrincipalRemovePasswordParameterSet()
protected ServicePrincipalRemovePasswordParameterSet(@Nonnull
ServicePrincipalRemovePasswordParameterSet.ServicePrincipalRemovePasswordParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static ServicePrincipalRemovePasswordParameterSet.ServicePrincipalRemovePasswordParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()