Package com.microsoft.graph.models
Class ServicePrincipalAddTokenSigningCertificateParameterSet
java.lang.Object
com.microsoft.graph.models.ServicePrincipalAddTokenSigningCertificateParameterSet
The class for the Service Principal Add Token Signing Certificate Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the ServicePrincipalAddTokenSigningCertificateParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe display Name.The end Date Time. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new ServicePrincipalAddTokenSigningCertificateParameterSetprotectedServicePrincipalAddTokenSigningCertificateParameterSet(ServicePrincipalAddTokenSigningCertificateParameterSet.ServicePrincipalAddTokenSigningCertificateParameterSetBuilder builder) Instiaciates a new ServicePrincipalAddTokenSigningCertificateParameterSet -
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
-
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe display Name. -
endDateTime
@SerializedName(value="endDateTime", alternate="EndDateTime") @Expose @Nullable public OffsetDateTime endDateTimeThe end Date Time.
-
-
Constructor Details
-
ServicePrincipalAddTokenSigningCertificateParameterSet
public ServicePrincipalAddTokenSigningCertificateParameterSet()Instiaciates a new ServicePrincipalAddTokenSigningCertificateParameterSet -
ServicePrincipalAddTokenSigningCertificateParameterSet
protected ServicePrincipalAddTokenSigningCertificateParameterSet(@Nonnull ServicePrincipalAddTokenSigningCertificateParameterSet.ServicePrincipalAddTokenSigningCertificateParameterSetBuilder builder) Instiaciates a new ServicePrincipalAddTokenSigningCertificateParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static ServicePrincipalAddTokenSigningCertificateParameterSet.ServicePrincipalAddTokenSigningCertificateParameterSetBuilder 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
-