Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Summary:

    • Nested
    • Field
    • Constr
    • Method
  • Detail:

    • Field
    • Constr
    • Method
  • Summary: 
  • Nested | 
  • Field | 
  • Constr | 
  • Method
  • Detail: 
  • Field | 
  • Constr | 
  • Method
SEARCH
Package com.echothree.model.control.subscription.server.graphql

Class SubscriptionObject

java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.subscription.server.graphql.SubscriptionObject

public class SubscriptionObject extends BaseEntityInstanceObject
  • Field Summary

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

    basePrimaryKey
  • Constructor Summary

    Constructors
    Constructor
    Description
    SubscriptionObject(Subscription subscription)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    TimeObject
    getEndTime(graphql.schema.DataFetchingEnvironment env)
     
    PartyObject
    getParty(graphql.schema.DataFetchingEnvironment env)
     
    TimeObject
    getStartTime(graphql.schema.DataFetchingEnvironment env)
     
    String
    getSubscriptionName()
     
    SubscriptionTypeObject
    getSubscriptionType(graphql.schema.DataFetchingEnvironment env)
     

    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 com.echothree.model.control.graphql.server.graphql.BaseObject

    getWorkflowEntityStatusObject

    Methods inherited from class java.lang.Object

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

    • SubscriptionObject

      public SubscriptionObject(Subscription subscription)
  • Method Details

    • getSubscriptionType

      public SubscriptionTypeObject getSubscriptionType(graphql.schema.DataFetchingEnvironment env)
    • getSubscriptionName

      public String getSubscriptionName()
    • getParty

      public PartyObject getParty(graphql.schema.DataFetchingEnvironment env)
    • getStartTime

      public TimeObject getStartTime(graphql.schema.DataFetchingEnvironment env)
    • getEndTime

      public TimeObject getEndTime(graphql.schema.DataFetchingEnvironment env)

Copyright 2002-2026 Echo Three, LLC