Uses of Class
com.oracle.bmc.jms.model.JavaMigrationAnalysisResultSortBy
-
Packages that use JavaMigrationAnalysisResultSortBy Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of JavaMigrationAnalysisResultSortBy in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return JavaMigrationAnalysisResultSortBy Modifier and Type Method Description static JavaMigrationAnalysisResultSortByJavaMigrationAnalysisResultSortBy. create(String key)static JavaMigrationAnalysisResultSortByJavaMigrationAnalysisResultSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaMigrationAnalysisResultSortBy[]JavaMigrationAnalysisResultSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JavaMigrationAnalysisResultSortBy in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return JavaMigrationAnalysisResultSortBy Modifier and Type Method Description JavaMigrationAnalysisResultSortByListJavaMigrationAnalysisResultsRequest. getSortBy()The field that sorts the Java migration analysis results.Methods in com.oracle.bmc.jms.requests with parameters of type JavaMigrationAnalysisResultSortBy Modifier and Type Method Description ListJavaMigrationAnalysisResultsRequest.BuilderListJavaMigrationAnalysisResultsRequest.Builder. sortBy(JavaMigrationAnalysisResultSortBy sortBy)The field that sorts the Java migration analysis results.
-