Class QIdentityProviderImage

    • Field Detail

      • contentType

        public final com.querydsl.core.types.dsl.StringPath contentType
      • convertedToJpeg

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

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

        public final com.querydsl.core.types.dsl.StringPath key
      • lastModified

        public final QDate lastModified
      • metadata

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

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

        public final com.querydsl.core.types.dsl.EnumPath<StoredFileNature> nature
      • version

        public final QInteger version
    • Constructor Detail

      • QIdentityProviderImage

        public QIdentityProviderImage​(String variable)
      • QIdentityProviderImage

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

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

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

        public QIdentityProviderImage​(Class<? extends IdentityProviderImage> type,
                                      com.querydsl.core.types.PathMetadata metadata,
                                      com.querydsl.core.types.dsl.PathInits inits)