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