Uses of Class
com.oracle.bmc.datasafe.requests.ListFindingsRequest.Field
-
Packages that use ListFindingsRequest.Field Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListFindingsRequest.Field in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListFindingsRequest.Field Modifier and Type Method Description static ListFindingsRequest.FieldListFindingsRequest.Field. create(String key)static ListFindingsRequest.FieldListFindingsRequest.Field. valueOf(String name)Returns the enum constant of this type with the specified name.static ListFindingsRequest.Field[]ListFindingsRequest.Field. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests that return types with arguments of type ListFindingsRequest.Field Modifier and Type Method Description List<ListFindingsRequest.Field>ListFindingsRequest. getField()Specifies a subset of fields to be returned in the response.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListFindingsRequest.Field Modifier and Type Method Description ListFindingsRequest.BuilderListFindingsRequest.Builder. field(ListFindingsRequest.Field singularValue)Singular setter.Method parameters in com.oracle.bmc.datasafe.requests with type arguments of type ListFindingsRequest.Field Modifier and Type Method Description ListFindingsRequest.BuilderListFindingsRequest.Builder. field(List<ListFindingsRequest.Field> field)Specifies a subset of fields to be returned in the response.
-