public class RelationConfiguration extends Object
| Constructor and Description |
|---|
RelationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthType()
Get the auth type
|
String |
getBrn()
Get the Brn
|
String |
getEndpointPrefix()
Get the end point prefix
|
String |
getMethod()
Get the HTTP method
|
String |
getResourcePath()
Get the resource path
|
void |
setAuthType(String authType)
Set the auth type
|
void |
setBrn(String brn)
Set the Brn
|
void |
setEndpointPrefix(String endpointPrefix)
Set the end point prefix
|
void |
setMethod(String method)
Set the HTTP method
|
void |
setResourcePath(String resourcePsth)
Set the resource path
|
public String getBrn()
public void setBrn(String brn)
brn - The Brnpublic String getAuthType()
public void setAuthType(String authType)
authType - The auth typepublic String getEndpointPrefix()
public void setEndpointPrefix(String endpointPrefix)
endpointPrefix - The end point prefixpublic String getMethod()
public void setMethod(String method)
method - The HTTP methodpublic String getResourcePath()
public void setResourcePath(String resourcePsth)
resourcePsth - The resource pathCopyright © 2021. All rights reserved.