Uses of Class
oracle.pgx.config.GraphSharingOption
-
Packages that use GraphSharingOption Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of GraphSharingOption in oracle.pgx.config
Methods in oracle.pgx.config that return GraphSharingOption Modifier and Type Method Description GraphSharingOption
PgxConfig. getGraphSharingOption()
control if a graph can be published and shared with other usersstatic GraphSharingOption
GraphSharingOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GraphSharingOption[]
GraphSharingOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.config with parameters of type GraphSharingOption Modifier and Type Method Description PgxConfigBuilder
PgxConfigBuilder. setGraphSharingOption(GraphSharingOption graphSharingOption)
control if a graph can be published and shared with other users
-