Class GetFlowsRequest

java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetFlowsRequest

public class GetFlowsRequest extends Object
  • Constructor Details

    • GetFlowsRequest

      public GetFlowsRequest()
  • Method Details

    • getType

      public List<String> getType()
    • setType

      public void setType(List<String> type)
    • withType

      public GetFlowsRequest withType(List<String> type)
    • getPageNumber

      public Integer getPageNumber()
    • setPageNumber

      public void setPageNumber(Integer pageNumber)
    • withPageNumber

      public GetFlowsRequest withPageNumber(Integer pageNumber)
    • getPageSize

      public Integer getPageSize()
    • setPageSize

      public void setPageSize(Integer pageSize)
    • withPageSize

      public GetFlowsRequest withPageSize(Integer pageSize)
    • getSortBy

      public String getSortBy()
    • setSortBy

      public void setSortBy(String sortBy)
    • withSortBy

      public GetFlowsRequest withSortBy(String sortBy)
    • getSortOrder

      public String getSortOrder()
    • setSortOrder

      public void setSortOrder(String sortOrder)
    • withSortOrder

      public GetFlowsRequest withSortOrder(String sortOrder)
    • getId

      public List<String> getId()
    • setId

      public void setId(List<String> id)
    • withId

      public GetFlowsRequest withId(List<String> id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public GetFlowsRequest withName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public GetFlowsRequest withDescription(String description)
    • getNameOrDescription

      public String getNameOrDescription()
    • setNameOrDescription

      public void setNameOrDescription(String nameOrDescription)
    • withNameOrDescription

      public GetFlowsRequest withNameOrDescription(String nameOrDescription)
    • getPublishVersionId

      public String getPublishVersionId()
    • setPublishVersionId

      public void setPublishVersionId(String publishVersionId)
    • withPublishVersionId

      public GetFlowsRequest withPublishVersionId(String publishVersionId)
    • getEditableBy

      public String getEditableBy()
    • setEditableBy

      public void setEditableBy(String editableBy)
    • withEditableBy

      public GetFlowsRequest withEditableBy(String editableBy)
    • getLockedBy

      public String getLockedBy()
    • setLockedBy

      public void setLockedBy(String lockedBy)
    • withLockedBy

      public GetFlowsRequest withLockedBy(String lockedBy)
    • getLockedByClientId

      public String getLockedByClientId()
    • setLockedByClientId

      public void setLockedByClientId(String lockedByClientId)
    • withLockedByClientId

      public GetFlowsRequest withLockedByClientId(String lockedByClientId)
    • getSecure

      public String getSecure()
    • setSecure

      public void setSecure(String secure)
    • withSecure

      public GetFlowsRequest withSecure(String secure)
    • getDeleted

      public Boolean getDeleted()
    • setDeleted

      public void setDeleted(Boolean deleted)
    • withDeleted

      public GetFlowsRequest withDeleted(Boolean deleted)
    • getIncludeSchemas

      public Boolean getIncludeSchemas()
    • setIncludeSchemas

      public void setIncludeSchemas(Boolean includeSchemas)
    • withIncludeSchemas

      public GetFlowsRequest withIncludeSchemas(Boolean includeSchemas)
    • getVirtualAgentEnabled

      public Boolean getVirtualAgentEnabled()
    • setVirtualAgentEnabled

      public void setVirtualAgentEnabled(Boolean virtualAgentEnabled)
    • withVirtualAgentEnabled

      public GetFlowsRequest withVirtualAgentEnabled(Boolean virtualAgentEnabled)
    • getPublishedAfter

      public String getPublishedAfter()
    • setPublishedAfter

      public void setPublishedAfter(String publishedAfter)
    • withPublishedAfter

      public GetFlowsRequest withPublishedAfter(String publishedAfter)
    • getPublishedBefore

      public String getPublishedBefore()
    • setPublishedBefore

      public void setPublishedBefore(String publishedBefore)
    • withPublishedBefore

      public GetFlowsRequest withPublishedBefore(String publishedBefore)
    • getDivisionId

      public List<String> getDivisionId()
    • setDivisionId

      public void setDivisionId(List<String> divisionId)
    • withDivisionId

      public GetFlowsRequest withDivisionId(List<String> divisionId)
    • getCustomHeaders

      public Map<String,String> getCustomHeaders()
    • setCustomHeaders

      public void setCustomHeaders(Map<String,String> customHeaders)
    • addCustomHeader

      public void addCustomHeader(String name, String value)
    • withCustomHeader

      public GetFlowsRequest withCustomHeader(String name, String value)
    • withHttpInfo

      public ApiRequest<Void> withHttpInfo()
    • builder

      public static GetFlowsRequest.Builder builder()