| Package | Description |
|---|---|
| de.hybris.platform.apiregistryservices.resource |
| Modifier and Type | Method and Description |
|---|---|
BasicCredentialModel |
BasicCredentialResource.getBasicCredentialModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected BasicCredentialModel |
BasicCredentialResource.readResource(java.lang.String resourceId)
Gets the
BasicCredentialModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BasicCredentialModel> |
BasicCredentialsResource.getBasicCredentialsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicCredentialResource.setBasicCredentialModel(BasicCredentialModel value)
Convenience method which just delegates to
#setResourceValue(BasicCredentialModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicCredentialsResource.setBasicCredentialsCollection(java.util.Collection<BasicCredentialModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.