public static final class UpdateClient.Builder extends Object
UpdateClient.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
public final UpdateClient.Builder from(org.cloudfoundry.uaa.clients.AbstractUpdateClient instance)
org.cloudfoundry.uaa.clients.AbstractUpdateClient instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final UpdateClient.Builder from(UpdateClient instance)
UpdateClient instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final UpdateClient.Builder from(org.cloudfoundry.uaa.clients._UpdateClient instance)
_UpdateClient instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final UpdateClient.Builder allowedProvider(String element)
allowedProviders list.element - A allowedProviders elementthis builder for use in a chained invocationpublic final UpdateClient.Builder allowedProviders(String... elements)
allowedProviders list.elements - An array of allowedProviders elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder allowedProviders(Iterable<String> elements)
allowedProviders list.elements - An iterable of allowedProviders elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder addAllAllowedProviders(Iterable<String> elements)
allowedProviders list.elements - An iterable of allowedProviders elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder approvalsDeleted(Boolean approvalsDeleted)
approvalsDeleted attribute.approvalsDeleted - The value for approvalsDeleted (can be null)this builder for use in a chained invocationpublic final UpdateClient.Builder authority(String element)
authorities list.element - A authorities elementthis builder for use in a chained invocationpublic final UpdateClient.Builder authorities(String... elements)
authorities list.elements - An array of authorities elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder authorities(Iterable<String> elements)
authorities list.elements - An iterable of authorities elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder addAllAuthorities(Iterable<String> elements)
authorities list.elements - An iterable of authorities elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder authorizedGrantType(GrantType element)
authorizedGrantTypes list.element - A authorizedGrantTypes elementthis builder for use in a chained invocationpublic final UpdateClient.Builder authorizedGrantTypes(GrantType... elements)
authorizedGrantTypes list.elements - An array of authorizedGrantTypes elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder authorizedGrantTypes(Iterable<? extends GrantType> elements)
authorizedGrantTypes list.elements - An iterable of authorizedGrantTypes elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder addAllAuthorizedGrantTypes(Iterable<? extends GrantType> elements)
authorizedGrantTypes list.elements - An iterable of authorizedGrantTypes elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder autoApprove(String element)
autoApproves list.element - A autoApproves elementthis builder for use in a chained invocationpublic final UpdateClient.Builder autoApproves(String... elements)
autoApproves list.elements - An array of autoApproves elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder autoApproves(Iterable<String> elements)
autoApproves list.elements - An iterable of autoApproves elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder addAllAutoApproves(Iterable<String> elements)
autoApproves list.elements - An iterable of autoApproves elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder clientId(String clientId)
clientId attribute.clientId - The value for clientIdthis builder for use in a chained invocationpublic final UpdateClient.Builder createdWith(String createdWith)
createdWith attribute.createdWith - The value for createdWith (can be null)this builder for use in a chained invocationpublic final UpdateClient.Builder name(String name)
name attribute.name - The value for name (can be null)this builder for use in a chained invocationpublic final UpdateClient.Builder redirectUriPattern(String element)
redirectUriPatterns list.element - A redirectUriPatterns elementthis builder for use in a chained invocationpublic final UpdateClient.Builder redirectUriPatterns(String... elements)
redirectUriPatterns list.elements - An array of redirectUriPatterns elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder redirectUriPatterns(Iterable<String> elements)
redirectUriPatterns list.elements - An iterable of redirectUriPatterns elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder addAllRedirectUriPatterns(Iterable<String> elements)
redirectUriPatterns list.elements - An iterable of redirectUriPatterns elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder resourceId(String element)
resourceIds list.element - A resourceIds elementthis builder for use in a chained invocationpublic final UpdateClient.Builder resourceIds(String... elements)
resourceIds list.elements - An array of resourceIds elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder resourceIds(Iterable<String> elements)
resourceIds list.elements - An iterable of resourceIds elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder addAllResourceIds(Iterable<String> elements)
resourceIds list.elements - An iterable of resourceIds elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder scope(String element)
scopes list.element - A scopes elementthis builder for use in a chained invocationpublic final UpdateClient.Builder scopes(String... elements)
scopes list.elements - An array of scopes elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder scopes(Iterable<String> elements)
scopes list.elements - An iterable of scopes elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder addAllScopes(Iterable<String> elements)
scopes list.elements - An iterable of scopes elementsthis builder for use in a chained invocationpublic final UpdateClient.Builder tokenSalt(String tokenSalt)
tokenSalt attribute.tokenSalt - The value for tokenSalt (can be null)this builder for use in a chained invocationpublic UpdateClient build()
UpdateClient.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.