Package com.microsoft.graph.models
Class ServicePrincipalRemoveKeyParameterSet.ServicePrincipalRemoveKeyParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ServicePrincipalRemoveKeyParameterSet.ServicePrincipalRemoveKeyParameterSetBuilder
- Enclosing class:
ServicePrincipalRemoveKeyParameterSet
public static final class ServicePrincipalRemoveKeyParameterSet.ServicePrincipalRemoveKeyParameterSetBuilder
extends Object
Fluent builder for the ServicePrincipalRemoveKeyParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new ServicePrincipalRemoveKeyParameterSetBuilder -
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
-
ServicePrincipalRemoveKeyParameterSetBuilder
@Nullable protected ServicePrincipalRemoveKeyParameterSetBuilder()Instanciates a new ServicePrincipalRemoveKeyParameterSetBuilder
-
-
Method Details
-
withKeyId
@Nonnull public ServicePrincipalRemoveKeyParameterSet.ServicePrincipalRemoveKeyParameterSetBuilder withKeyId(@Nullable UUID val) Sets the KeyId- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withProof
@Nonnull public ServicePrincipalRemoveKeyParameterSet.ServicePrincipalRemoveKeyParameterSetBuilder 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
-