Class QOperatorGroup

  • All Implemented Interfaces:
    com.querydsl.core.types.EntityPath<OperatorGroup>, com.querydsl.core.types.Expression<OperatorGroup>, com.querydsl.core.types.Path<OperatorGroup>, Serializable

    @Generated("com.querydsl.codegen.EntitySerializer")
    public class QOperatorGroup
    extends com.querydsl.core.types.dsl.EntityPathBase<OperatorGroup>
    QOperatorGroup is a Querydsl query type for OperatorGroup
    See Also:
    Serialized Form
    • Field Detail

      • blockTokenPrincipalType

        public final com.querydsl.core.types.dsl.BooleanPath blockTokenPrincipalType
      • brokering

        public final com.querydsl.core.types.dsl.BooleanPath brokering
      • cancelTokenPrincipalType

        public final com.querydsl.core.types.dsl.BooleanPath cancelTokenPrincipalType
      • chargebackPayments

        public final com.querydsl.core.types.dsl.BooleanPath chargebackPayments
      • description

        public final com.querydsl.core.types.dsl.StringPath description
      • editOwnProfile

        public final com.querydsl.core.types.dsl.BooleanPath editOwnProfile
      • enableTokenPrincipalType

        public final com.querydsl.core.types.dsl.BooleanPath enableTokenPrincipalType
      • id

        public final com.querydsl.core.types.dsl.NumberPath<Long> id
      • manageAdvertisements

        public final com.querydsl.core.types.dsl.BooleanPath manageAdvertisements
      • messages

        public final com.querydsl.core.types.dsl.BooleanPath messages
      • name

        public final com.querydsl.core.types.dsl.StringPath name
      • notifications

        public final com.querydsl.core.types.dsl.BooleanPath notifications
      • receivePayments

        public final com.querydsl.core.types.dsl.BooleanPath receivePayments
      • requestPayments

        public final com.querydsl.core.types.dsl.BooleanPath requestPayments
      • restrictPaymentsToUsers

        public final com.querydsl.core.types.dsl.SetPath<User,​QUser> restrictPaymentsToUsers
      • unblockTokenPrincipalType

        public final com.querydsl.core.types.dsl.BooleanPath unblockTokenPrincipalType
      • user

        protected QUser user
      • version

        public final QInteger version
      • viewAdvertisements

        public final com.querydsl.core.types.dsl.BooleanPath viewAdvertisements
      • voucherTransactions

        public final com.querydsl.core.types.dsl.BooleanPath voucherTransactions
    • Constructor Detail

      • QOperatorGroup

        public QOperatorGroup​(String variable)
      • QOperatorGroup

        public QOperatorGroup​(com.querydsl.core.types.Path<? extends OperatorGroup> path)
      • QOperatorGroup

        public QOperatorGroup​(com.querydsl.core.types.PathMetadata metadata)
      • QOperatorGroup

        public QOperatorGroup​(com.querydsl.core.types.PathMetadata metadata,
                              com.querydsl.core.types.dsl.PathInits inits)
      • QOperatorGroup

        public QOperatorGroup​(Class<? extends OperatorGroup> type,
                              com.querydsl.core.types.PathMetadata metadata,
                              com.querydsl.core.types.dsl.PathInits inits)
    • Method Detail

      • user

        public QUser user()