| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityproviders |
| Modifier and Type | Method and Description |
|---|---|
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.active(Boolean active)
Initializes the value for the
active attribute. |
static UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.builder()
Creates a builder for
UpdateIdentityProviderResponse. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.configuration(IdentityProviderConfiguration configuration)
Initializes the value for the
configuration attribute. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.createdAt(Long createdAt)
Initializes the value for the
createdAt attribute. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.from(org.cloudfoundry.uaa.identityproviders.AbstractIdentityProvider instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.uaa.identityproviders.AbstractIdentityProvider instance. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.from(UpdateIdentityProviderResponse instance)
Fill a builder with attribute values from the provided
UpdateIdentityProviderResponse instance. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.identityZoneId(String identityZoneId)
Initializes the value for the
identityZoneId attribute. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.lastModified(Long lastModified)
Initializes the value for the
lastModified attribute. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.originKey(String originKey)
Initializes the value for the
originKey attribute. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.type(Type type)
Initializes the value for the
type attribute. |
UpdateIdentityProviderResponse.Builder |
UpdateIdentityProviderResponse.Builder.version(Integer version)
Initializes the value for the
version attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.