Package com.microsoft.graph.models
Class ApplicationAddKeyParameterSet.ApplicationAddKeyParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ApplicationAddKeyParameterSet.ApplicationAddKeyParameterSetBuilder
- Enclosing class:
ApplicationAddKeyParameterSet
public static final class ApplicationAddKeyParameterSet.ApplicationAddKeyParameterSetBuilder
extends Object
Fluent builder for the ApplicationAddKeyParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected KeyCredential
The keyCredential parameter valueprotected PasswordCredential
The passwordCredential parameter valueprotected String
The proof parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new ApplicationAddKeyParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the KeyCredentialSets the PasswordCredentialSets the Proof
-
Field Details
-
keyCredential
The keyCredential parameter value -
passwordCredential
The passwordCredential parameter value -
proof
The proof parameter value
-
-
Constructor Details
-
ApplicationAddKeyParameterSetBuilder
@Nullable protected ApplicationAddKeyParameterSetBuilder()Instanciates a new ApplicationAddKeyParameterSetBuilder
-
-
Method Details
-
withKeyCredential
@Nonnull public ApplicationAddKeyParameterSet.ApplicationAddKeyParameterSetBuilder withKeyCredential(@Nullable KeyCredential val) Sets the KeyCredential- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withPasswordCredential
@Nonnull public ApplicationAddKeyParameterSet.ApplicationAddKeyParameterSetBuilder withPasswordCredential(@Nullable PasswordCredential val) Sets the PasswordCredential- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withProof
@Nonnull public ApplicationAddKeyParameterSet.ApplicationAddKeyParameterSetBuilder withProof(@Nullable String val) Sets the Proof- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-