Package com.microsoft.graph.models
Class ServicePrincipalAddKeyParameterSet
java.lang.Object
com.microsoft.graph.models.ServicePrincipalAddKeyParameterSet
The class for the Service Principal Add Key Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the ServicePrincipalAddKeyParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe key Credential.The password Credential.The proof. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ServicePrincipalAddKeyParameterSetprotected
ServicePrincipalAddKeyParameterSet
(ServicePrincipalAddKeyParameterSet.ServicePrincipalAddKeyParameterSetBuilder builder) Instiaciates a new ServicePrincipalAddKeyParameterSet -
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
-
Field Details
-
keyCredential
@SerializedName(value="keyCredential", alternate="KeyCredential") @Expose @Nullable public KeyCredential keyCredentialThe key Credential. -
passwordCredential
@SerializedName(value="passwordCredential", alternate="PasswordCredential") @Expose @Nullable public PasswordCredential passwordCredentialThe password Credential. -
proof
The proof.
-
-
Constructor Details
-
ServicePrincipalAddKeyParameterSet
public ServicePrincipalAddKeyParameterSet()Instiaciates a new ServicePrincipalAddKeyParameterSet -
ServicePrincipalAddKeyParameterSet
protected ServicePrincipalAddKeyParameterSet(@Nonnull ServicePrincipalAddKeyParameterSet.ServicePrincipalAddKeyParameterSetBuilder builder) Instiaciates a new ServicePrincipalAddKeyParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ServicePrincipalAddKeyParameterSet.ServicePrincipalAddKeyParameterSetBuilder 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
-