Package com.intercom.api.types
Interface ContactTags.UrlStage
-
- All Known Implementing Classes:
ContactTags.Builder
- Enclosing class:
- ContactTags
public static interface ContactTags.UrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactTags.Builderfrom(ContactTags other)ContactTags.TotalCountStageurl(java.lang.String url)url to get more tag resources for this contact
-
-
-
Method Detail
-
url
ContactTags.TotalCountStage url(@NotNull java.lang.String url)
url to get more tag resources for this contact
-
from
ContactTags.Builder from(ContactTags other)
-
-