Uses of Class
com.oracle.bmc.devops.requests.ListRefsRequest.RefType
-
Packages that use ListRefsRequest.RefType Package Description com.oracle.bmc.devops.requests -
-
Uses of ListRefsRequest.RefType in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListRefsRequest.RefType Modifier and Type Method Description static ListRefsRequest.RefType
ListRefsRequest.RefType. create(String key)
ListRefsRequest.RefType
ListRefsRequest. getRefType()
Reference type to distinguish between branch and tag.static ListRefsRequest.RefType
ListRefsRequest.RefType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListRefsRequest.RefType[]
ListRefsRequest.RefType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.devops.requests with parameters of type ListRefsRequest.RefType Modifier and Type Method Description ListRefsRequest.Builder
ListRefsRequest.Builder. refType(ListRefsRequest.RefType refType)
Reference type to distinguish between branch and tag.
-