Class SslCertificateCollectionResponse
java.lang.Object
com.microsoft.graph.http.BaseCollectionResponse<SslCertificate>
com.microsoft.graph.security.requests.SslCertificateCollectionResponse
- All Implemented Interfaces:
com.microsoft.graph.http.ICollectionResponse<SslCertificate>,com.microsoft.graph.serializer.IJsonBackedObject
public class SslCertificateCollectionResponse
extends com.microsoft.graph.http.BaseCollectionResponse<SslCertificate>
The class for the Ssl Certificate Collection Response.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.BaseCollectionResponse
nextLink, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionResponse
additionalDataManager, nextLink, setRawObject, values
-
Constructor Details
-
SslCertificateCollectionResponse
public SslCertificateCollectionResponse()
-