Package com.microsoft.graph.models
Class ServicePrincipalAddTokenSigningCertificateParameterSet.ServicePrincipalAddTokenSigningCertificateParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.ServicePrincipalAddTokenSigningCertificateParameterSet.ServicePrincipalAddTokenSigningCertificateParameterSetBuilder
- Enclosing class:
ServicePrincipalAddTokenSigningCertificateParameterSet
public static final class ServicePrincipalAddTokenSigningCertificateParameterSet.ServicePrincipalAddTokenSigningCertificateParameterSetBuilder
extends Object
Fluent builder for the ServicePrincipalAddTokenSigningCertificateParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe displayName parameter valueprotected OffsetDateTimeThe endDateTime parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new ServicePrincipalAddTokenSigningCertificateParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDisplayName(String val) Sets the DisplayNameSets the EndDateTime
-
Field Details
-
displayName
The displayName parameter value -
endDateTime
The endDateTime parameter value
-
-
Constructor Details
-
ServicePrincipalAddTokenSigningCertificateParameterSetBuilder
@Nullable protected ServicePrincipalAddTokenSigningCertificateParameterSetBuilder()Instanciates a new ServicePrincipalAddTokenSigningCertificateParameterSetBuilder
-
-
Method Details
-
withDisplayName
@Nonnull public ServicePrincipalAddTokenSigningCertificateParameterSet.ServicePrincipalAddTokenSigningCertificateParameterSetBuilder withDisplayName(@Nullable String val) Sets the DisplayName- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withEndDateTime
@Nonnull public ServicePrincipalAddTokenSigningCertificateParameterSet.ServicePrincipalAddTokenSigningCertificateParameterSetBuilder withEndDateTime(@Nullable OffsetDateTime val) Sets the EndDateTime- 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
-