public static final class ApiApplication.Builder extends Object
public ApiApplication.Builder acceptMappedClaims(Boolean acceptMappedClaims)
public ApiApplication.Builder knownClientApplications(List<String> knownClientApplications)
public ApiApplication.Builder knownClientApplications(String... knownClientApplications)
public ApiApplication.Builder knownClientApplicationsNextLink(String knownClientApplicationsNextLink)
public ApiApplication.Builder preAuthorizedApplications(List<PreAuthorizedApplication> preAuthorizedApplications)
public ApiApplication.Builder preAuthorizedApplications(PreAuthorizedApplication... preAuthorizedApplications)
public ApiApplication.Builder preAuthorizedApplicationsNextLink(String preAuthorizedApplicationsNextLink)
public ApiApplication.Builder requestedAccessTokenVersion(Integer requestedAccessTokenVersion)
public ApiApplication.Builder oauth2PermissionScopes(List<PermissionScope> oauth2PermissionScopes)
public ApiApplication.Builder oauth2PermissionScopes(PermissionScope... oauth2PermissionScopes)
public ApiApplication.Builder oauth2PermissionScopesNextLink(String oauth2PermissionScopesNextLink)
public ApiApplication build()
Copyright © 2018–2020. All rights reserved.