Class ItemAssignmentFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<ItemAssignment>
-
- com.twilio.rest.numbers.v2.regulatorycompliance.bundle.ItemAssignmentFetcher
-
public class ItemAssignmentFetcher extends Fetcher<ItemAssignment>
-
-
Constructor Summary
Constructors Constructor Description ItemAssignmentFetcher(String pathBundleSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemAssignmentfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public ItemAssignment fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<ItemAssignment>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-