Class DataFeedPublicationConfigurationResponse

java.lang.Object
com.broadleafcommerce.datafeed.web.domain.DataFeedPublicationConfigurationResponse
All Implemented Interfaces:
Serializable

public class DataFeedPublicationConfigurationResponse extends Object implements Serializable
The simplified representation of DataFeedPublicationConfiguration that is used to as a response for the API requests. This is necessary because DataFeedPublicationConfiguration contain lots of highly sensitive information, so we need to only return select fields.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • DataFeedPublicationConfigurationResponse

      public DataFeedPublicationConfigurationResponse(String id, String displayName)
  • Method Details

    • getId

      public String getId()
    • getDisplayName

      public String getDisplayName()
    • setId

      public void setId(String id)
    • setDisplayName

      public void setDisplayName(String displayName)