Uses of Class
com.oracle.bmc.devops.requests.GetRepositoryRequest.Fields
-
Packages that use GetRepositoryRequest.Fields Package Description com.oracle.bmc.devops.requests -
-
Uses of GetRepositoryRequest.Fields in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return GetRepositoryRequest.Fields Modifier and Type Method Description static GetRepositoryRequest.Fields
GetRepositoryRequest.Fields. create(String key)
static GetRepositoryRequest.Fields
GetRepositoryRequest.Fields. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetRepositoryRequest.Fields[]
GetRepositoryRequest.Fields. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.requests that return types with arguments of type GetRepositoryRequest.Fields Modifier and Type Method Description List<GetRepositoryRequest.Fields>
GetRepositoryRequest. getFields()
Fields parameter can contain multiple flags useful in deciding the API functionality.Methods in com.oracle.bmc.devops.requests with parameters of type GetRepositoryRequest.Fields Modifier and Type Method Description GetRepositoryRequest.Builder
GetRepositoryRequest.Builder. fields(GetRepositoryRequest.Fields singularValue)
Singular setter.Method parameters in com.oracle.bmc.devops.requests with type arguments of type GetRepositoryRequest.Fields Modifier and Type Method Description GetRepositoryRequest.Builder
GetRepositoryRequest.Builder. fields(List<GetRepositoryRequest.Fields> fields)
Fields parameter can contain multiple flags useful in deciding the API functionality.
-