Uses of Class
com.facebook.openwifi.cloudsdk.models.gw.VerifiedCertificate
-
Packages that use VerifiedCertificate Package Description com.facebook.openwifi.cloudsdk.models.gw Schemas defined in the uCentral Gateway. -
-
Uses of VerifiedCertificate in com.facebook.openwifi.cloudsdk.models.gw
Fields in com.facebook.openwifi.cloudsdk.models.gw declared as VerifiedCertificate Modifier and Type Field Description VerifiedCertificate
DeviceWithStatus. verifiedCertificate
Methods in com.facebook.openwifi.cloudsdk.models.gw that return VerifiedCertificate Modifier and Type Method Description static VerifiedCertificate
VerifiedCertificate. valueOf(String name)
Returns the enum constant of this type with the specified name.static VerifiedCertificate[]
VerifiedCertificate. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-