class OptionSetsActions extends LazyLogger

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OptionSetsActions
  2. LazyLogger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OptionSetsActions(context: DynamicsContext)

Value Members

  1. def findByName(name: String): IO[AnyRef]

    Finds global option set by name.

    Finds global option set by name. If not found, returns None. Extremely expensive call since it calls first to get the list with just the name, then a second call to retrieve the entire object.

  2. def findByName2(name: String): IO[OptionSetMetadata]

    Get the global option set with just one call.

  3. def list(): Action
  4. lazy val logger: Logger
    Definition Classes
    LazyLogger