Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Summary: 
  • Nested | 
  • Field | 
  • Constr | 
  • Method
  • Detail: 
  • Field | 
  • Constr | 
  • Method
Package com.echothree.model.control.selector.server.graphql

Class SelectorObject

java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.selector.server.graphql.SelectorObject

public class SelectorObject extends BaseEntityInstanceObject
  • Field Summary

    Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject

    basePrimaryKey
  • Constructor Summary

    Constructors
    Constructor
    Description
    SelectorObject(Selector selector)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    String
    getDescription(graphql.schema.DataFetchingEnvironment env)
     
    @graphql.annotations.annotationTypes.GraphQLNonNull boolean
    getIsDefault()
     
    String
    getSelectorName()
     
    SelectorTypeObject
    getSelectorType(graphql.schema.DataFetchingEnvironment env)
     
    @graphql.annotations.annotationTypes.GraphQLNonNull int
    getSortOrder()
     

    Methods inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject

    getEntityAliasType, getEntityAliasTypes, getEntityAttribute, getEntityAttributeGroup, getEntityAttributeGroups, getEntityInstance, getEntityInstanceByBasePK, getId, getTagScope, getTagScopes, getWorkflowEntityStatusObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SelectorObject

      public SelectorObject(Selector selector)
  • Method Details

    • getSelectorType

      public SelectorTypeObject getSelectorType(graphql.schema.DataFetchingEnvironment env)
    • getSelectorName

      public String getSelectorName()
    • getIsDefault

      public @graphql.annotations.annotationTypes.GraphQLNonNull boolean getIsDefault()
    • getSortOrder

      public @graphql.annotations.annotationTypes.GraphQLNonNull int getSortOrder()
    • getDescription

      public String getDescription(graphql.schema.DataFetchingEnvironment env)

Copyright 2002-2024 Echo Three, LLC