Uses of Class
com.oracle.bmc.identitydomains.model.MyTrustedUserAgentTrustedFactors.Category
-
Packages that use MyTrustedUserAgentTrustedFactors.Category Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyTrustedUserAgentTrustedFactors.Category in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyTrustedUserAgentTrustedFactors.Category Modifier and Type Method Description static MyTrustedUserAgentTrustedFactors.CategoryMyTrustedUserAgentTrustedFactors.Category. create(String key)MyTrustedUserAgentTrustedFactors.CategoryMyTrustedUserAgentTrustedFactors. getCategory()Trusted Factor Type.static MyTrustedUserAgentTrustedFactors.CategoryMyTrustedUserAgentTrustedFactors.Category. valueOf(String name)Returns the enum constant of this type with the specified name.static MyTrustedUserAgentTrustedFactors.Category[]MyTrustedUserAgentTrustedFactors.Category. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyTrustedUserAgentTrustedFactors.Category Modifier and Type Method Description MyTrustedUserAgentTrustedFactors.BuilderMyTrustedUserAgentTrustedFactors.Builder. category(MyTrustedUserAgentTrustedFactors.Category category)Trusted Factor Type.Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyTrustedUserAgentTrustedFactors.Category Constructor Description MyTrustedUserAgentTrustedFactors(String type, MyTrustedUserAgentTrustedFactors.Category category, String creationTime)Deprecated.
-