
com.sap.cloud.sdk.service.prov.api.response.OperationResponseBuilder 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.response;
import java.util.List;
import java.util.Map;
import com.sap.cloud.sdk.service.prov.api.EntityData;
public interface OperationResponseBuilder extends ResponseBuilder {
/**
* Can be used to set the response Entity, Array of Entities where the entity is represented by a POJO.
* If returning a single entity, create a list with a single POJO.
* If returning a collection of entities, create a list of POJOs.
* @param A single or array of Java objects.
* @return OperationResponseBuilder to build the response
*/
public abstract OperationResponseBuilder setData(List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy