public class GetTeamsIntegrationMappingQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetTeamsIntegrationMappingQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
boxItemId
Box item ID, for which the mappings should be returned.
|
EnumWrapper<GetTeamsIntegrationMappingQueryParamsBoxItemTypeField> |
boxItemType
Box item type, for which the mappings should be returned.
|
String |
partnerItemId
ID of the mapped item, for which the mapping should be returned.
|
EnumWrapper<GetTeamsIntegrationMappingQueryParamsPartnerItemTypeField> |
partnerItemType
Mapped item type, for which the mapping should be returned.
|
| Modifier | Constructor and Description |
|---|---|
|
GetTeamsIntegrationMappingQueryParams() |
protected |
GetTeamsIntegrationMappingQueryParams(GetTeamsIntegrationMappingQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBoxItemId() |
EnumWrapper<GetTeamsIntegrationMappingQueryParamsBoxItemTypeField> |
getBoxItemType() |
String |
getPartnerItemId() |
EnumWrapper<GetTeamsIntegrationMappingQueryParamsPartnerItemTypeField> |
getPartnerItemType() |
public EnumWrapper<GetTeamsIntegrationMappingQueryParamsPartnerItemTypeField> partnerItemType
public String partnerItemId
public EnumWrapper<GetTeamsIntegrationMappingQueryParamsBoxItemTypeField> boxItemType
public GetTeamsIntegrationMappingQueryParams()
protected GetTeamsIntegrationMappingQueryParams(GetTeamsIntegrationMappingQueryParams.Builder builder)
public EnumWrapper<GetTeamsIntegrationMappingQueryParamsPartnerItemTypeField> getPartnerItemType()
public String getPartnerItemId()
public String getBoxItemId()
public EnumWrapper<GetTeamsIntegrationMappingQueryParamsBoxItemTypeField> getBoxItemType()