Class GetAccessTokenMessageDto
- java.lang.Object
-
- com.flowable.engage.external.system.dto.GetAccessTokenMessageDto
-
public class GetAccessTokenMessageDto extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected String
accessTokenType
protected String
accountId
-
Constructor Summary
Constructors Constructor Description GetAccessTokenMessageDto()
GetAccessTokenMessageDto(String accessTokenType, String accountId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccessTokenType()
String
getAccountId()
void
setAccessTokenType(String accessTokenType)
void
setAccountId(String accountId)
-