public class GetSlackIntegrationMappingQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetSlackIntegrationMappingQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
boxItemId
Box item ID, for which the mappings should be returned.
|
EnumWrapper<GetSlackIntegrationMappingQueryParamsBoxItemTypeField> |
boxItemType
Box item type, for which the mappings should be returned.
|
Boolean |
isManuallyCreated
Whether the mapping has been manually created.
|
Long |
limit
The maximum number of items to return per page.
|
String |
marker
Defines the position marker at which to begin returning results.
|
String |
partnerItemId
ID of the mapped item, for which the mapping should be returned.
|
EnumWrapper<GetSlackIntegrationMappingQueryParamsPartnerItemTypeField> |
partnerItemType
Mapped item type, for which the mapping should be returned.
|
| Modifier | Constructor and Description |
|---|---|
|
GetSlackIntegrationMappingQueryParams() |
protected |
GetSlackIntegrationMappingQueryParams(GetSlackIntegrationMappingQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBoxItemId() |
EnumWrapper<GetSlackIntegrationMappingQueryParamsBoxItemTypeField> |
getBoxItemType() |
Boolean |
getIsManuallyCreated() |
Long |
getLimit() |
String |
getMarker() |
String |
getPartnerItemId() |
EnumWrapper<GetSlackIntegrationMappingQueryParamsPartnerItemTypeField> |
getPartnerItemType() |
public String marker
This requires `usemarker` to be set to `true`.
public EnumWrapper<GetSlackIntegrationMappingQueryParamsPartnerItemTypeField> partnerItemType
public String partnerItemId
public EnumWrapper<GetSlackIntegrationMappingQueryParamsBoxItemTypeField> boxItemType
public Boolean isManuallyCreated
public GetSlackIntegrationMappingQueryParams()
protected GetSlackIntegrationMappingQueryParams(GetSlackIntegrationMappingQueryParams.Builder builder)
public EnumWrapper<GetSlackIntegrationMappingQueryParamsPartnerItemTypeField> getPartnerItemType()
public String getPartnerItemId()
public String getBoxItemId()
public EnumWrapper<GetSlackIntegrationMappingQueryParamsBoxItemTypeField> getBoxItemType()
public Boolean getIsManuallyCreated()