public class ImmutablePlatformManagedConnectionDescriptor extends Object implements org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptor
PlatformManagedConnectionDescriptor| Constructor and Description |
|---|
ImmutablePlatformManagedConnectionDescriptor(org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptor original)
Creates a new instance with the same values as the
original |
ImmutablePlatformManagedConnectionDescriptor(String id,
String displayName,
String uri,
Map<String,Object> parameters)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getId() |
Map<String,Object> |
getParameters() |
String |
getUri() |
public ImmutablePlatformManagedConnectionDescriptor(org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptor original)
originaloriginal - a pre existing PlatformManagedConnectionDescriptor to be copiedpublic ImmutablePlatformManagedConnectionDescriptor(String id, String displayName, String uri, Map<String,Object> parameters)
id - the connection iddisplayName - the connection nameuri - the connection URIparameters - the connection parameterpublic String getId()
getId in interface org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptorpublic String getDisplayName()
getDisplayName in interface org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptorpublic String getUri()
getUri in interface org.mule.runtime.oauth.api.PlatformManagedConnectionDescriptorCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.