Class ContactListObject
java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.contactlist.server.graphql.ContactListObject
-
Field Summary
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContactListContactMechanismPurposes(graphql.schema.DataFetchingEnvironment env) getContactListFrequency(graphql.schema.DataFetchingEnvironment env) getContactListGroup(graphql.schema.DataFetchingEnvironment env) getContactListType(graphql.schema.DataFetchingEnvironment env) getCustomerTypeContactLists(graphql.schema.DataFetchingEnvironment env) getDefaultPartyContactListStatus(graphql.schema.DataFetchingEnvironment env) getDescription(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull booleangetPartyContactLists(graphql.schema.DataFetchingEnvironment env) getPartyTypeContactLists(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull intMethods inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
getEntityAliasType, getEntityAliasTypes, getEntityAttribute, getEntityAttributeGroup, getEntityAttributeGroups, getEntityInstance, getEntityInstanceByBasePK, getId, getTagScope, getTagScopes, getWorkflowEntityStatusObjectMethods inherited from class com.echothree.model.control.graphql.server.graphql.BaseObject
getWorkflowEntityStatusObject
-
Constructor Details
-
ContactListObject
-
-
Method Details
-
getContactListName
-
getContactListGroup
-
getContactListType
-
getContactListFrequency
public ContactListFrequencyObject getContactListFrequency(graphql.schema.DataFetchingEnvironment env) -
getDefaultPartyContactListStatus
public WorkflowEntranceObject getDefaultPartyContactListStatus(graphql.schema.DataFetchingEnvironment env) -
getIsDefault
-
getSortOrder
-
getDescription
-
getCustomerTypeContactLists
public CountingPaginatedData<CustomerTypeContactListObject> getCustomerTypeContactLists(graphql.schema.DataFetchingEnvironment env) -
getPartyTypeContactLists
public CountingPaginatedData<PartyTypeContactListObject> getPartyTypeContactLists(graphql.schema.DataFetchingEnvironment env) -
getContactListContactMechanismPurposes
public CountingPaginatedData<ContactListContactMechanismPurposeObject> getContactListContactMechanismPurposes(graphql.schema.DataFetchingEnvironment env) -
getPartyContactLists
public CountingPaginatedData<PartyContactListObject> getPartyContactLists(graphql.schema.DataFetchingEnvironment env)
-