Package com.microsoft.graph.models
Class ApplicationAddKeyParameterSet
java.lang.Object
com.microsoft.graph.models.ApplicationAddKeyParameterSet
The class for the Application Add Key Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the ApplicationAddKeyParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe key Credential.The password Credential.The proof. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ApplicationAddKeyParameterSetprotected
ApplicationAddKeyParameterSet
(ApplicationAddKeyParameterSet.ApplicationAddKeyParameterSetBuilder builder) Instiaciates a new ApplicationAddKeyParameterSet -
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
-
ApplicationAddKeyParameterSet
public ApplicationAddKeyParameterSet()Instiaciates a new ApplicationAddKeyParameterSet -
ApplicationAddKeyParameterSet
protected ApplicationAddKeyParameterSet(@Nonnull ApplicationAddKeyParameterSet.ApplicationAddKeyParameterSetBuilder builder) Instiaciates a new ApplicationAddKeyParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ApplicationAddKeyParameterSet.ApplicationAddKeyParameterSetBuilder 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
-