o
    f>h~K                     @   s   d Z ddlmZ ddlmZmZmZmZmZmZm	Z	 ddl
mZmZ ddlmZ ddlmZ ddlmZ ddlmZ dd	lmZ G d
d deZG dd deZG dd deZG dd deZdS )a  
    This code was generated by
   ___ _ _ _ _ _    _ ____    ____ ____ _    ____ ____ _  _ ____ ____ ____ ___ __   __
    |  | | | | |    | |  | __ |  | |__| | __ | __ |___ |\ | |___ |__/ |__|  | |  | |__/
    |  |_|_| | |___ | |__|    |__| |  | |    |__] |___ | \| |___ |  \ |  |  | |__| |  \

    Twilio - Messaging
    This is the public Twilio REST API.

    NOTE: This class is auto generated by OpenAPI Generator.
    https://openapi-generator.tech
    Do not edit the class manually.
    )datetime)AnyDictListOptionalUnionIteratorAsyncIterator)deserializevalues)InstanceContext)InstanceResource)ListResource)Version)Pagec                
       s   e Zd ZdZ	ddedeeef dedee f fddZ	e
dddZd	efddZd	efddZdddZdddZd	efddZ  ZS )PhoneNumberInstancea  
    :ivar sid: The unique string that we created to identify the PhoneNumber resource.
    :ivar account_sid: The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the PhoneNumber resource.
    :ivar service_sid: The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) the resource is associated with.
    :ivar date_created: The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    :ivar date_updated: The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    :ivar phone_number: The phone number in [E.164](https://www.twilio.com/docs/glossary/what-e164) format, which consists of a + followed by the country code and subscriber number.
    :ivar country_code: The 2-character [ISO Country Code](https://www.iso.org/iso-3166-country-codes.html) of the number.
    :ivar capabilities: An array of values that describe whether the number can receive calls or messages. Can be: `Voice`, `SMS`, and `MMS`.
    :ivar url: The absolute URL of the PhoneNumber resource.
    Nversionpayloadservice_sidsidc                    s   t  | |d| _|d| _|d| _t|d| _t|d| _	|d| _
|d| _|d| _|d	| _||pG| jd
| _d | _d S )Nr   account_sidr   date_createddate_updatedphone_numbercountry_codecapabilitiesurlr   r   )super__init__getr   r   r   r
   iso8601_datetimer   r   r   r   r   r   	_solution_context)selfr   r   r   r   	__class__ `/var/www/html/venv/lib/python3.10/site-packages/twilio/rest/messaging/v1/service/phone_number.pyr   &   s$   
zPhoneNumberInstance.__init__returnPhoneNumberContextc                 C   s.   | j du rt| j| jd | jd d| _ | j S )z
        Generate an instance context for the instance, the context is capable of
        performing various actions. All instance actions are proxied to the context

        :returns: PhoneNumberContext for this PhoneNumberInstance
        Nr   r   r   )r#   r*   _versionr"   r$   r'   r'   r(   _proxyC   s   
zPhoneNumberInstance._proxyc                 C   
   | j  S )n
        Deletes the PhoneNumberInstance


        :returns: True if delete succeeds, False otherwise
        )r-   deleter,   r'   r'   r(   r0   S      
zPhoneNumberInstance.deletec                       | j  I dH S )
        Asynchronous coroutine that deletes the PhoneNumberInstance


        :returns: True if delete succeeds, False otherwise
        N)r-   delete_asyncr,   r'   r'   r(   r4   \      z PhoneNumberInstance.delete_asyncc                 C   r.   )c
        Fetch the PhoneNumberInstance


        :returns: The fetched PhoneNumberInstance
        )r-   fetchr,   r'   r'   r(   r7   e   r1   zPhoneNumberInstance.fetchc                    r2   )}
        Asynchronous coroutine to fetch the PhoneNumberInstance


        :returns: The fetched PhoneNumberInstance
        N)r-   fetch_asyncr,   r'   r'   r(   r9   n   r5   zPhoneNumberInstance.fetch_asyncc                 C   $   d dd | j D }d|S )f
        Provide a friendly representation

        :returns: Machine friendly representation
         c                 s        | ]\}}d  ||V  qdS z{}={}Nformat.0kvr'   r'   r(   	<genexpr>}       z/PhoneNumberInstance.__repr__.<locals>.<genexpr>z,<Twilio.Messaging.V1.PhoneNumberInstance {}>joinr"   itemsr@   r$   contextr'   r'   r(   __repr__w      
zPhoneNumberInstance.__repr__N)r)   r*   )r)   r   )__name__
__module____qualname____doc__r   r   strr   r   r   propertyr-   boolr0   r4   r7   r9   rL   __classcell__r'   r'   r%   r(   r      s&    
	
	
		r   c                       sp   e Zd Zdededef fddZdefddZdefd	d
Zde	fddZ
de	fddZdefddZ  ZS )r*   r   r   r   c                    s0   t  | ||d| _djdi | j| _dS )a:  
        Initialize the PhoneNumberContext

        :param version: Version that contains the resource
        :param service_sid: The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to fetch the resource from.
        :param sid: The SID of the PhoneNumber resource to fetch.
        r   z*/Services/{service_sid}/PhoneNumbers/{sid}Nr'   r   r   r"   r@   _uri)r$   r   r   r   r%   r'   r(   r      s   zPhoneNumberContext.__init__r)   c                 C   s   t i }| jjd| j|dS )r/   DELETEmethoduriheaders)r   ofr+   r0   rX   r$   r]   r'   r'   r(   r0      s   
zPhoneNumberContext.deletec                    s&   t i }| jjd| j|dI dH S )r3   rY   rZ   N)r   r^   r+   r4   rX   r_   r'   r'   r(   r4      s
   
zPhoneNumberContext.delete_asyncc                 C   sD   t i }d|d< | jjd| j|d}t| j|| jd | jd dS )r6   application/jsonAcceptGETrZ   r   r   r   )r   r^   r+   r7   rX   r   r"   r$   r]   r   r'   r'   r(   r7      s   
zPhoneNumberContext.fetchc                    sL   t i }d|d< | jjd| j|dI dH }t| j|| jd | jd dS )	r8   r`   ra   rb   rZ   Nr   r   r   )r   r^   r+   r9   rX   r   r"   rc   r'   r'   r(   r9      s   
zPhoneNumberContext.fetch_asyncc                 C   r:   )r;   r<   c                 s   r=   r>   r?   rA   r'   r'   r(   rE      rF   z.PhoneNumberContext.__repr__.<locals>.<genexpr>z+<Twilio.Messaging.V1.PhoneNumberContext {}>rG   rJ   r'   r'   r(   rL      rM   zPhoneNumberContext.__repr__)rO   rP   rQ   r   rS   r   rU   r0   r4   r   r7   r9   rL   rV   r'   r'   r%   r(   r*      s    r*   c                   @   s4   e Zd Zdeeef defddZdefddZdS )PhoneNumberPager   r)   c                 C   s   t | j|| jd dS )zq
        Build an instance of PhoneNumberInstance

        :param payload: Payload response from the API
        r   r   )r   r+   r"   )r$   r   r'   r'   r(   get_instance      zPhoneNumberPage.get_instancec                 C      dS )r;   z%<Twilio.Messaging.V1.PhoneNumberPage>r'   r,   r'   r'   r(   rL         zPhoneNumberPage.__repr__N)	rO   rP   rQ   r   rS   r   r   rf   rL   r'   r'   r'   r(   rd      s    
rd   c                	       s  e Zd Zdedef fddZdedefddZdedefd	d
Z		d(de	e
 de	e
 dee fddZ		d(de	e
 de	e
 dee fddZ		d(de	e
 de	e
 dee fddZ		d(de	e
 de	e
 dee fddZejejejfdeeef dee
ef dee
ef defddZejejejfdeeef dee
ef dee
ef defddZdedefddZdedefdd Zd!edefd"d#Zd!edefd$d%Zdefd&d'Z  ZS ))PhoneNumberListr   r   c                    s.   t  | d|i| _djdi | j| _dS )z
        Initialize the PhoneNumberList

        :param version: Version that contains the resource
        :param service_sid: The SID of the [Service](https://www.twilio.com/docs/chat/rest/service-resource) to read the resources from.

        r   z$/Services/{service_sid}/PhoneNumbersNr'   rW   )r$   r   r   r%   r'   r(   r      s   zPhoneNumberList.__init__phone_number_sidr)   c                 C   sX   t d|i}t ddi}d|d< d|d< | jjd| j||d}t| j|| jd d	S )
z
        Create the PhoneNumberInstance

        :param phone_number_sid: The SID of the Phone Number being added to the Service.

        :returns: The created PhoneNumberInstance
        PhoneNumberSidContent-Type!application/x-www-form-urlencodedr`   ra   POSTr[   r\   datar]   r   re   )r   r^   r+   createrX   r   r"   r$   rk   rq   r]   r   r'   r'   r(   rr     s   	
zPhoneNumberList.createc                    s`   t d|i}t ddi}d|d< d|d< | jjd| j||dI dH }t| j|| jd	 d
S )z
        Asynchronously create the PhoneNumberInstance

        :param phone_number_sid: The SID of the Phone Number being added to the Service.

        :returns: The created PhoneNumberInstance
        rl   rm   rn   r`   ra   ro   rp   Nr   re   )r   r^   r+   create_asyncrX   r   r"   rs   r'   r'   r(   rt   )  s   	
zPhoneNumberList.create_asyncNlimit	page_sizec                 C   s0   | j ||}| j|d d}| j ||d S )aa  
        Streams PhoneNumberInstance records from the API as a generator stream.
        This operation lazily loads records as efficiently as possible until the limit
        is reached.
        The results are returned as a generator, so this operation is memory efficient.

        :param limit: Upper limit for the number of records to return. stream()
                      guarantees to never return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, stream() will attempt to read the
                          limit with the most efficient page size, i.e. min(limit, 1000)

        :returns: Generator that will yield up to limit results
        rv   rv   ru   )r+   read_limitspagestreamr$   ru   rv   limitsry   r'   r'   r(   rz   E  s   zPhoneNumberList.streamc                    s8   | j ||}| j|d dI dH }| j ||d S )ap  
        Asynchronously streams PhoneNumberInstance records from the API as a generator stream.
        This operation lazily loads records as efficiently as possible until the limit
        is reached.
        The results are returned as a generator, so this operation is memory efficient.

        :param limit: Upper limit for the number of records to return. stream()
                      guarantees to never return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, stream() will attempt to read the
                          limit with the most efficient page size, i.e. min(limit, 1000)

        :returns: Generator that will yield up to limit results
        rv   rw   Nru   )r+   rx   
page_asyncstream_asyncr{   r'   r'   r(   r~   ^  s   zPhoneNumberList.stream_asyncc                 C   s   t | j||dS )a  
        Lists PhoneNumberInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param limit: Upper limit for the number of records to return. list() guarantees
                      never to return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, list() will attempt to read the limit
                          with the most efficient page size, i.e. min(limit, 1000)

        :returns: list that will contain up to limit results
        ru   rv   )listrz   r$   ru   rv   r'   r'   r(   r   w  s   zPhoneNumberList.listc                    s&   dd | j ||dI dH 2 I dH S )a  
        Asynchronously lists PhoneNumberInstance records from the API as a list.
        Unlike stream(), this operation is eager and will load `limit` records into
        memory before returning.

        :param limit: Upper limit for the number of records to return. list() guarantees
                      never to return more than limit.  Default is no limit
        :param page_size: Number of records to fetch per request, when not set will use
                          the default value of 50 records.  If no page_size is defined
                          but a limit is defined, list() will attempt to read the limit
                          with the most efficient page size, i.e. min(limit, 1000)

        :returns: list that will contain up to limit results
        c                    s   g | z3 d H W }|q6 S rN   r'   )rB   recordr'   r'   r(   
<listcomp>  s
    z.PhoneNumberList.list_async.<locals>.<listcomp>r   N)r~   r   r'   r'   r(   
list_async  s   
zPhoneNumberList.list_async
page_tokenpage_numberc                 C   sN   t |||d}t ddi}d|d< | jjd| j||d}t| j|| jS )a{  
        Retrieve a single page of PhoneNumberInstance records from the API.
        Request is executed immediately

        :param page_token: PageToken provided by the API
        :param page_number: Page Number, this value is simply for client state
        :param page_size: Number of records to return, defaults to 50

        :returns: Page of PhoneNumberInstance
        	PageTokenr   PageSizerm   rn   r`   ra   rb   r[   r\   paramsr]   )r   r^   r+   ry   rX   rd   r"   r$   r   r   rv   rq   r]   responser'   r'   r(   ry     s   
zPhoneNumberList.pagec                    sV   t |||d}t ddi}d|d< | jjd| j||dI dH }t| j|| jS )	a  
        Asynchronously retrieve a single page of PhoneNumberInstance records from the API.
        Request is executed immediately

        :param page_token: PageToken provided by the API
        :param page_number: Page Number, this value is simply for client state
        :param page_size: Number of records to return, defaults to 50

        :returns: Page of PhoneNumberInstance
        r   rm   rn   r`   ra   rb   r   N)r   r^   r+   r}   rX   rd   r"   r   r'   r'   r(   r}     s   
zPhoneNumberList.page_async
target_urlc                 C   s"   | j jjd|}t| j || jS )z
        Retrieve a specific page of PhoneNumberInstance records from the API.
        Request is executed immediately

        :param target_url: API-generated URL for the requested results page

        :returns: Page of PhoneNumberInstance
        rb   )r+   domaintwiliorequestrd   r"   r$   r   r   r'   r'   r(   get_page  s   	zPhoneNumberList.get_pagec                    s*   | j jjd|I dH }t| j || jS )a
  
        Asynchronously retrieve a specific page of PhoneNumberInstance records from the API.
        Request is executed immediately

        :param target_url: API-generated URL for the requested results page

        :returns: Page of PhoneNumberInstance
        rb   N)r+   r   r   request_asyncrd   r"   r   r'   r'   r(   get_page_async  s   	zPhoneNumberList.get_page_asyncr   c                 C      t | j| jd |dS zt
        Constructs a PhoneNumberContext

        :param sid: The SID of the PhoneNumber resource to fetch.
        r   r   r*   r+   r"   r$   r   r'   r'   r(   r      rg   zPhoneNumberList.getc                 C   r   r   r   r   r'   r'   r(   __call__  rg   zPhoneNumberList.__call__c                 C   rh   )r;   z%<Twilio.Messaging.V1.PhoneNumberList>r'   r,   r'   r'   r(   rL     ri   zPhoneNumberList.__repr__)NN) rO   rP   rQ   r   rS   r   r   rr   rt   r   intr   rz   r	   r~   r   r   r   r   unsetr   objectrd   ry   r}   r   r   r*   r    r   rL   rV   r'   r'   r%   r(   rj      s    







#



!

rj   N)rR   r   typingr   r   r   r   r   r   r	   twilio.baser
   r   twilio.base.instance_contextr   twilio.base.instance_resourcer   twilio.base.list_resourcer   twilio.base.versionr   twilio.base.pager   r   r*   rd   rj   r'   r'   r'   r(   <module>   s    $he