| Package | Description |
|---|---|
| org.cloudfoundry.uaa.serverinformation |
| Modifier and Type | Method and Description |
|---|---|
GetInfoResponse.Builder |
GetInfoResponse.Builder.app(ApplicationInfo app)
Initializes the value for the
app attribute. |
static GetInfoResponse.Builder |
GetInfoResponse.builder()
Creates a builder for
GetInfoResponse. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.commitId(String commitId)
Initializes the value for the
commitId attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.entityId(String entityId)
Initializes the value for the
entityId attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.from(GetInfoResponse instance)
Fill a builder with attribute values from the provided
GetInfoResponse instance. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.idpDefinition(Map.Entry<String,? extends String> entry)
Put one entry to the
idpDefinitions map. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.idpDefinition(String key,
String value)
Put one entry to the
idpDefinitions map. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.idpDefinitions(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
idpDefinitions map. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.links(Links links)
Initializes the value for the
links attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.prompts(Prompts prompts)
Initializes the value for the
prompts attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.putAllIdpDefinitions(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
idpDefinitions map. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.showLoginLinks(Boolean showLoginLinks)
Initializes the value for the
showLoginLinks attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.timestamp(String timestamp)
Initializes the value for the
timestamp attribute. |
GetInfoResponse.Builder |
GetInfoResponse.Builder.zoneName(String zoneName)
Initializes the value for the
zoneName attribute. |
Copyright © 2020. All rights reserved.