| Package | Description |
|---|---|
| com.twilio.rest.notify.v1.service.user |
| Modifier and Type | Method and Description |
|---|---|
SegmentMembership |
SegmentMembershipCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
SegmentMembership |
SegmentMembershipFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static SegmentMembership |
SegmentMembership.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a SegmentMembership object using the
provided ObjectMapper.
|
static SegmentMembership |
SegmentMembership.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a SegmentMembership object using the provided
ObjectMapper.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.