Class OnEntitlementsUpdatedSubscription

    • Field Detail

      • OPERATION_DOCUMENT

        public static final java.lang.String OPERATION_DOCUMENT
        The minimized GraphQL document being sent to the server to save a few bytes. The un-minimized version is: subscription OnEntitlementsUpdated { entitlementsUpdated { __typename ...EntitlementsUpdatedPayload } } fragment ResetPeriodConfigurationFragment on ResetPeriodConfiguration { __typename ... on MonthlyResetPeriodConfig { monthlyAccordingTo } ... on WeeklyResetPeriodConfig { weeklyAccordingTo } } fragment FeatureFragment on EntitlementFeature { __typename featureType meterType featureUnits featureUnitsPlural description displayName refId } fragment EntitlementFragment on Entitlement { __typename isGranted accessDeniedReason customerId resourceId usageLimit hasUnlimitedUsage hasSoftLimit currentUsage requestedUsage entitlementUpdatedAt usageUpdatedAt nextResetDate resetPeriod resetPeriodConfiguration { __typename ...ResetPeriodConfigurationFragment } feature { __typename ...FeatureFragment } } fragment EntitlementsUpdatedPayload on EntitlementsUpdated { customerId resourceId entitlements { __typename ...EntitlementFragment } }
        See Also:
        Constant Field Values
    • Constructor Detail

      • OnEntitlementsUpdatedSubscription

        public OnEntitlementsUpdatedSubscription()