
com.sap.cloud.sdk.service.prov.api.internal.HasMetadata Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
SAP Cloud Platform SDK for service development
The newest version!
/*******************************************************************************
* (c) 201X SAP SE or an SAP affiliate company. All rights reserved.
******************************************************************************/
package com.sap.cloud.sdk.service.prov.api.internal;
import com.sap.cloud.sdk.service.prov.api.EntityMetadata;
public interface HasMetadata {
public EntityMetadata getEntityMetadata();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy