ActiveDirectoryApplication.Update 接口
定义
The template for an application update operation, containing all the settings that can be modified.
public interface Update extends Appliable<ActiveDirectoryApplication>,ActiveDirectoryApplication.UpdateStages.WithSignOnUrl,ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl,ActiveDirectoryApplication.UpdateStages.WithReplyUrl,ActiveDirectoryApplication.UpdateStages.WithCredential,ActiveDirectoryApplication.UpdateStages.WithMultiTenant
继承成员
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
ActiveDirectoryApplication.UpdateStages.WithCredential.defineCertificateCredential(String name)
ActiveDirectoryApplication.UpdateStages.WithCredential.definePasswordCredential(String name)
Indexable.key()
ActiveDirectoryApplication.UpdateStages.WithMultiTenant.withAvailableToOtherTenants(boolean availableToOtherTenants)
ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withIdentifierUrl(String identifierUrl)
ActiveDirectoryApplication.UpdateStages.WithCredential.withoutCredential(String name)
ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl.withoutIdentifierUrl(String identifierUrl)
ActiveDirectoryApplication.UpdateStages.WithReplyUrl.withoutReplyUrl(String replyUrl)
ActiveDirectoryApplication.UpdateStages.WithReplyUrl.withReplyUrl(String replyUrl)
ActiveDirectoryApplication.UpdateStages.WithSignOnUrl.withSignOnUrl(String signOnUrl)