Package glide.api.models.commands.bitmap
Class BitFieldOptions.BitFieldGet
- java.lang.Object
-
- glide.api.models.commands.bitmap.BitFieldOptions.BitFieldGet
-
- All Implemented Interfaces:
BitFieldOptions.BitFieldReadOnlySubCommands,BitFieldOptions.BitFieldSubCommands
- Enclosing class:
- BitFieldOptions
public static final class BitFieldOptions.BitFieldGet extends java.lang.Object implements BitFieldOptions.BitFieldReadOnlySubCommands
GETsubcommand for getting the value in the binary representation of the string stored inkeybased onBitFieldOptions.BitEncodingandBitFieldOptions.Offset.
-
-
Constructor Summary
Constructors Constructor Description BitFieldGet(glide.api.models.commands.bitmap.BitFieldOptions.BitEncoding encoding, glide.api.models.commands.bitmap.BitFieldOptions.BitOffset offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]toArgs()Creates the subcommand arguments.
-
-
-
Method Detail
-
toArgs
public java.lang.String[] toArgs()
Description copied from interface:BitFieldOptions.BitFieldSubCommandsCreates the subcommand arguments.- Specified by:
toArgsin interfaceBitFieldOptions.BitFieldSubCommands- Returns:
- a String array with subcommands and their arguments.
-
-