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