public class RawAppTestBuilder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
alias |
private boolean |
callbackUrl |
private boolean |
scopes |
Constructor and Description |
---|
RawAppTestBuilder() |
Modifier and Type | Method and Description |
---|---|
RawAppTestBuilder |
alias() |
RawApp |
build() |
RawAppTestBuilder |
callbackUrl() |
(package private) static java.util.List<ActivationProfile> |
createActivationProfiles() |
(package private) static AppImage |
createAppImage() |
(package private) static RawApp |
createImportAffiliate() |
(package private) static RawAppAlias |
createImportAlias() |
(package private) static RawApp |
createImportApp() |
(package private) static RawApp |
createImportTheme() |
static java.util.List<OfficialApp> |
getOfficialApps() |
static java.util.List<RawApp> |
getRawApps() |
RawAppTestBuilder |
scopes() |
private boolean callbackUrl
private boolean alias
private boolean scopes
public static java.util.List<RawApp> getRawApps()
public static java.util.List<OfficialApp> getOfficialApps()
public RawApp build()
public RawAppTestBuilder callbackUrl()
public RawAppTestBuilder scopes()
public RawAppTestBuilder alias()
static RawApp createImportTheme()
static RawApp createImportAffiliate()
static AppImage createAppImage()
static java.util.List<ActivationProfile> createActivationProfiles()
static RawApp createImportApp()
static RawAppAlias createImportAlias()