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

Class SequenceObject

java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.sequence.server.graphql.SequenceObject

public class SequenceObject extends BaseEntityInstanceObject
  • Field Summary

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

    basePrimaryKey
  • Constructor Summary

    Constructors
    Constructor
    Description
    SequenceObject(Sequence sequence)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @graphql.annotations.annotationTypes.GraphQLNonNull int
    getChunkSize()
     
    String
    getDescription(graphql.schema.DataFetchingEnvironment env)
     
    @graphql.annotations.annotationTypes.GraphQLNonNull boolean
    getIsDefault()
     
    String
    getMask()
     
    String
    getSequenceName()
     
    SequenceTypeObject
    getSequenceType(graphql.schema.DataFetchingEnvironment env)
     
    @graphql.annotations.annotationTypes.GraphQLNonNull int
    getSortOrder()
     
    String
    getValue()
     

    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

    • SequenceObject

      public SequenceObject(Sequence sequence)
  • Method Details

    • getSequenceType

      public SequenceTypeObject getSequenceType(graphql.schema.DataFetchingEnvironment env)
    • getSequenceName

      public String getSequenceName()
    • getMask

      public String getMask()
    • getChunkSize

      public @graphql.annotations.annotationTypes.GraphQLNonNull int getChunkSize()
    • getIsDefault

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

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

      public String getValue()
    • getDescription

      public String getDescription(graphql.schema.DataFetchingEnvironment env)

Copyright 2002-2024 Echo Three, LLC