@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator") public class QOAuthConsumer extends JiraRelationalPathBase<OAuthConsumerDTO>
Modifier and Type | Field and Description |
---|---|
com.mysema.query.types.path.StringPath |
callback |
com.mysema.query.types.path.StringPath |
consumerKey |
com.mysema.query.types.path.DateTimePath<Timestamp> |
created |
com.mysema.query.types.path.StringPath |
description |
com.mysema.query.types.path.NumberPath<Long> |
id |
com.mysema.query.types.path.StringPath |
name |
static QOAuthConsumer |
O_AUTH_CONSUMER |
com.mysema.query.types.path.StringPath |
privateKey |
com.mysema.query.types.path.StringPath |
publicKey |
com.mysema.query.types.path.StringPath |
service |
com.mysema.query.types.path.StringPath |
sharedSecret |
com.mysema.query.types.path.StringPath |
signatureMethod |
Constructor and Description |
---|
QOAuthConsumer(String alias) |
getSchemaAndTable, getSchemaName
add, addMetadata, all, count, countDistinct, createForeignKey, createForeignKey, createInvForeignKey, createInvForeignKey, createPrimaryKey, eq, eq, getColumns, getForeignKeys, getInverseForeignKeys, getMetadata, getPrimaryKey, getProjection, getTableName, ne, ne
accept, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
as, as, eqAll, eqAny, in, in, in, isNotNull, isNull, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final QOAuthConsumer O_AUTH_CONSUMER
public final com.mysema.query.types.path.NumberPath<Long> id
public final com.mysema.query.types.path.DateTimePath<Timestamp> created
public final com.mysema.query.types.path.StringPath name
public final com.mysema.query.types.path.StringPath consumerKey
public final com.mysema.query.types.path.StringPath service
public final com.mysema.query.types.path.StringPath publicKey
public final com.mysema.query.types.path.StringPath privateKey
public final com.mysema.query.types.path.StringPath description
public final com.mysema.query.types.path.StringPath callback
public final com.mysema.query.types.path.StringPath signatureMethod
public final com.mysema.query.types.path.StringPath sharedSecret
public QOAuthConsumer(String alias)
Copyright © 2002-2015 Atlassian. All Rights Reserved.