Package com.microsoft.graph.models
Class ApplicationRemoveKeyParameterSet.ApplicationRemoveKeyParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ApplicationRemoveKeyParameterSet.ApplicationRemoveKeyParameterSetBuilder
- Enclosing class:
ApplicationRemoveKeyParameterSet
public static final class ApplicationRemoveKeyParameterSet.ApplicationRemoveKeyParameterSetBuilder
extends Object
Fluent builder for the ApplicationRemoveKeyParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ApplicationRemoveKeyParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the KeyIdSets the Proof
-
Field Details
-
keyId
The keyId parameter value -
proof
The proof parameter value
-
-
Constructor Details
-
ApplicationRemoveKeyParameterSetBuilder
@Nullable protected ApplicationRemoveKeyParameterSetBuilder()Instanciates a new ApplicationRemoveKeyParameterSetBuilder
-
-
Method Details
-
withKeyId
@Nonnull public ApplicationRemoveKeyParameterSet.ApplicationRemoveKeyParameterSetBuilder withKeyId(@Nullable UUID val) Sets the KeyId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withProof
@Nonnull public ApplicationRemoveKeyParameterSet.ApplicationRemoveKeyParameterSetBuilder 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
-