Package org.cyclos.entities.system
Class QOutboundSmsConfiguration
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<OutboundSmsConfiguration>
-
- org.cyclos.entities.system.QOutboundSmsConfiguration
-
- All Implemented Interfaces:
com.querydsl.core.types.Expression<OutboundSmsConfiguration>,com.querydsl.core.types.Path<OutboundSmsConfiguration>,Serializable
@Generated("com.querydsl.codegen.EmbeddableSerializer") public class QOutboundSmsConfiguration extends com.querydsl.core.types.dsl.BeanPath<OutboundSmsConfiguration>QOutboundSmsConfiguration is a Querydsl query type for OutboundSmsConfiguration- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description com.querydsl.core.types.dsl.BooleanPathasciiOnlycom.querydsl.core.types.dsl.BooleanPathenabledcom.querydsl.core.types.dsl.StringPathencodingcom.querydsl.core.types.dsl.StringPathgatewayUrlcom.querydsl.core.types.dsl.StringPathheadersQIntegermaxMessagesPerMonthQIntegermaxMessagesToUnregisteredstatic QOutboundSmsConfigurationoutboundSmsConfigurationcom.querydsl.core.types.dsl.StringPathpasswordcom.querydsl.core.types.dsl.StringPathpostBodycom.querydsl.core.types.dsl.EnumPath<SmsRequestType>requestTypeprotected QCustomScriptscriptcom.querydsl.core.types.dsl.StringPathscriptParameterscom.querydsl.core.types.dsl.StringPathusername
-
Constructor Summary
Constructors Constructor Description QOutboundSmsConfiguration(com.querydsl.core.types.Path<? extends OutboundSmsConfiguration> path)QOutboundSmsConfiguration(com.querydsl.core.types.PathMetadata metadata)QOutboundSmsConfiguration(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOutboundSmsConfiguration(Class<? extends OutboundSmsConfiguration> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOutboundSmsConfiguration(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QCustomScriptscript()-
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
-
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
-
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
-
-
-
-
Field Detail
-
outboundSmsConfiguration
public static final QOutboundSmsConfiguration outboundSmsConfiguration
-
asciiOnly
public final com.querydsl.core.types.dsl.BooleanPath asciiOnly
-
enabled
public final com.querydsl.core.types.dsl.BooleanPath enabled
-
encoding
public final com.querydsl.core.types.dsl.StringPath encoding
-
gatewayUrl
public final com.querydsl.core.types.dsl.StringPath gatewayUrl
-
headers
public final com.querydsl.core.types.dsl.StringPath headers
-
maxMessagesPerMonth
public final QInteger maxMessagesPerMonth
-
maxMessagesToUnregistered
public final QInteger maxMessagesToUnregistered
-
password
public final com.querydsl.core.types.dsl.StringPath password
-
postBody
public final com.querydsl.core.types.dsl.StringPath postBody
-
requestType
public final com.querydsl.core.types.dsl.EnumPath<SmsRequestType> requestType
-
script
protected QCustomScript script
-
scriptParameters
public final com.querydsl.core.types.dsl.StringPath scriptParameters
-
username
public final com.querydsl.core.types.dsl.StringPath username
-
-
Constructor Detail
-
QOutboundSmsConfiguration
public QOutboundSmsConfiguration(String variable)
-
QOutboundSmsConfiguration
public QOutboundSmsConfiguration(com.querydsl.core.types.Path<? extends OutboundSmsConfiguration> path)
-
QOutboundSmsConfiguration
public QOutboundSmsConfiguration(com.querydsl.core.types.PathMetadata metadata)
-
QOutboundSmsConfiguration
public QOutboundSmsConfiguration(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QOutboundSmsConfiguration
public QOutboundSmsConfiguration(Class<? extends OutboundSmsConfiguration> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
script
public QCustomScript script()
-
-