| Package | Description |
|---|---|
| com.sap.scimono.entity |
| Modifier and Type | Method and Description |
|---|---|
Meta.Builder |
Meta.Builder.addAdditionalAttribute(String attrName,
Object attribute)
Add additional meta attribute provided by service provider.
|
Meta.Builder |
Meta.Builder.addAdditionalAttributes(Map<String,Object> attributes) |
Meta.Builder |
Meta.Builder.setAttributes(Set<String> attributes)
Sets the names of the attributes to be removed from the Resource.
|
Meta.Builder |
Meta.Builder.setLastModified(java.time.Instant lastModified)
Sets the lastModified attribute of the Resource.
|
Meta.Builder |
Meta.Builder.setLocation(String location)
Set the location (See
Meta.getLocation()). |
Meta.Builder |
Meta.Builder.setResourceType(String resourceType)
Sets the type of the Resource (See
Meta.getResourceType()). |
Meta.Builder |
Meta.Builder.setVersion(String version)
Sets the version of the Resource (See
Meta.getVersion()). |
Copyright © 2022 SAP SE. All rights reserved.