All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudfoundry.client.v3.serviceinstances._GetUserProvidedCredentialsResponse Maven / Gradle / Ivy

There is a newer version: 5.12.2.RELEASE
Show newest version
package org.cloudfoundry.client.v3.serviceinstances;

import java.util.Map;

import org.cloudfoundry.AllowNulls;
import org.immutables.value.Value;

import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;

@Value.Immutable
@JsonDeserialize
abstract class _GetUserProvidedCredentialsResponse {

    /**
     * 
     * @return credentials as map
     */
    @JsonAnyGetter
    @AllowNulls
    abstract Map getCredentials();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy