Uses of Class
odata.msgraph.client.beta.complex.SelfSignedCertificate
-
Packages that use SelfSignedCertificate Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of SelfSignedCertificate in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return SelfSignedCertificate Modifier and Type Method Description SelfSignedCertificateSelfSignedCertificate.Builder. build()SelfSignedCertificateSelfSignedCertificate. withCustomKeyIdentifier(byte[] customKeyIdentifier)SelfSignedCertificateSelfSignedCertificate. withDisplayName(String displayName)SelfSignedCertificateSelfSignedCertificate. withEndDateTime(OffsetDateTime endDateTime)SelfSignedCertificateSelfSignedCertificate. withKey(byte[] key)SelfSignedCertificateSelfSignedCertificate. withKeyId(String keyId)SelfSignedCertificateSelfSignedCertificate. withStartDateTime(OffsetDateTime startDateTime)SelfSignedCertificateSelfSignedCertificate. withThumbprint(String thumbprint)SelfSignedCertificateSelfSignedCertificate. withType(String type)SelfSignedCertificateSelfSignedCertificate. withUnmappedField(String name, String value)SelfSignedCertificateSelfSignedCertificate. withUsage(String usage) -
Uses of SelfSignedCertificate in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type SelfSignedCertificate Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<SelfSignedCertificate>ServicePrincipal. addTokenSigningCertificate(String displayName, OffsetDateTime endDateTime) -
Uses of SelfSignedCertificate in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type SelfSignedCertificate Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<SelfSignedCertificate>ServicePrincipalRequest. addTokenSigningCertificate(String displayName, OffsetDateTime endDateTime)
-