Uses of Class
zowe.client.sdk.zoslogs.types.DirectionType
-
Packages that use DirectionType Package Description zowe.client.sdk.zoslogs.input Input objects for z/OS logs processingzowe.client.sdk.zoslogs.types Type definitions for z/OS log processing -
-
Uses of DirectionType in zowe.client.sdk.zoslogs.input
Methods in zowe.client.sdk.zoslogs.input that return types with arguments of type DirectionType Modifier and Type Method Description Optional<DirectionType>ZosLogParams. getDirection()Return direction type enum type.Methods in zowe.client.sdk.zoslogs.input with parameters of type DirectionType Modifier and Type Method Description ZosLogParams.BuilderZosLogParams.Builder. direction(DirectionType direction)Direction enum representing either 'forward' or 'backward' direction to retrieve log data from. -
Uses of DirectionType in zowe.client.sdk.zoslogs.types
Methods in zowe.client.sdk.zoslogs.types that return DirectionType Modifier and Type Method Description static DirectionTypeDirectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectionType[]DirectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-