@Generated(value="com.atlassian.jira.tool.querydsl.CodeGenerator") public class OAuthConsumerDTO extends Object implements DTO
Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
QOAuthConsumer
Modifier and Type | Class and Description |
---|---|
static class |
OAuthConsumerDTO.Builder |
Constructor and Description |
---|
OAuthConsumerDTO(Long id,
Timestamp created,
String name,
String consumerKey,
String service,
String publicKey,
String privateKey,
String description,
String callback,
String signatureMethod,
String sharedSecret) |
Modifier and Type | Method and Description |
---|---|
static OAuthConsumerDTO.Builder |
builder() |
static OAuthConsumerDTO.Builder |
builder(OAuthConsumerDTO oAuthConsumerDTO) |
static OAuthConsumerDTO |
fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
Constructs a new instance of this Data Transfer object from the values in the given GenericValue.
|
String |
getCallback() |
String |
getConsumerKey() |
Timestamp |
getCreated() |
String |
getDescription() |
Long |
getId() |
String |
getName() |
String |
getPrivateKey() |
String |
getPublicKey() |
String |
getService() |
String |
getSharedSecret() |
String |
getSignatureMethod() |
org.ofbiz.core.entity.GenericValue |
toGenericValue(OfBizDelegator ofBizDelegator)
Creates a GenericValue object from the values in this Data Transfer Object.
|
public Long getId()
public Timestamp getCreated()
public String getName()
public String getConsumerKey()
public String getService()
public String getPublicKey()
public String getPrivateKey()
public String getDescription()
public String getCallback()
public String getSignatureMethod()
public String getSharedSecret()
public org.ofbiz.core.entity.GenericValue toGenericValue(OfBizDelegator ofBizDelegator)
This can be useful when QueryDsl code needs to interact with legacy OfBiz code.
toGenericValue
in interface DTO
ofBizDelegator
- OfBizDelegator will have makeValue() called on it.public static OAuthConsumerDTO fromGenericValue(org.ofbiz.core.entity.GenericValue gv)
This can be useful when QueryDsl code needs to interact with legacy OfBiz code.
gv
- the GenericValuepublic static OAuthConsumerDTO.Builder builder()
public static OAuthConsumerDTO.Builder builder(OAuthConsumerDTO oAuthConsumerDTO)
Copyright © 2002-2022 Atlassian. All Rights Reserved.