Uses of Class
org.forgerock.api.enums.CreateMode
-
Packages that use CreateMode Package Description org.forgerock.api.annotations Annotations that can be used to specify information to be included in the API Descriptor.org.forgerock.api.enums API descriptor enums.org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of CreateMode in org.forgerock.api.annotations
Methods in org.forgerock.api.annotations that return CreateMode Modifier and Type Method Description CreateMode[]
modes()
Specify the types of create request that are supported. -
Uses of CreateMode in org.forgerock.api.enums
Methods in org.forgerock.api.enums that return CreateMode Modifier and Type Method Description static CreateMode
CreateMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateMode[]
CreateMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CreateMode in org.forgerock.api.models
Methods in org.forgerock.api.models that return CreateMode Modifier and Type Method Description CreateMode
Create. getMode()
Getter of the mode.Methods in org.forgerock.api.models with parameters of type CreateMode Modifier and Type Method Description Create.Builder
Create.Builder. mode(CreateMode mode)
Setter for create-mode.
-