Interface ApplicationsApplicationsClient


  • public interface ApplicationsApplicationsClient
    An instance of this class provides access to all the operations defined in ApplicationsApplicationsClient.
    • Method Detail

      • listApplicationAsync

        com.azure.core.http.rest.PagedFlux<MicrosoftGraphApplicationInner> listApplicationAsync​(String consistencyLevel,
                                                                                                Integer top,
                                                                                                Integer skip,
                                                                                                String search,
                                                                                                String filter,
                                                                                                Boolean count,
                                                                                                List<Get6ItemsItem> orderby,
                                                                                                List<Get7ItemsItem> select,
                                                                                                List<Get8ItemsItem> expand)
        Get entities from applications.
        Parameters:
        consistencyLevel - Indicates the requested consistency level.
        top - Show only the first n items.
        skip - Skip the first n items.
        search - Search items by search phrases.
        filter - Filter items by property values.
        count - Include count of items.
        orderby - Order items by property values.
        select - Select properties to be returned.
        expand - Expand related entities.
        Returns:
        entities from applications.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listApplicationAsync

        com.azure.core.http.rest.PagedFlux<MicrosoftGraphApplicationInner> listApplicationAsync()
        Get entities from applications.
        Returns:
        entities from applications.
        Throws:
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listApplication

        com.azure.core.http.rest.PagedIterable<MicrosoftGraphApplicationInner> listApplication​(String consistencyLevel,
                                                                                               Integer top,
                                                                                               Integer skip,
                                                                                               String search,
                                                                                               String filter,
                                                                                               Boolean count,
                                                                                               List<Get6ItemsItem> orderby,
                                                                                               List<Get7ItemsItem> select,
                                                                                               List<Get8ItemsItem> expand,
                                                                                               com.azure.core.util.Context context)
        Get entities from applications.
        Parameters:
        consistencyLevel - Indicates the requested consistency level.
        top - Show only the first n items.
        skip - Skip the first n items.
        search - Search items by search phrases.
        filter - Filter items by property values.
        count - Include count of items.
        orderby - Order items by property values.
        select - Select properties to be returned.
        expand - Expand related entities.
        context - The context to associate with this operation.
        Returns:
        entities from applications.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • createApplicationWithResponse

        com.azure.core.http.rest.Response<MicrosoftGraphApplicationInner> createApplicationWithResponse​(MicrosoftGraphApplicationInner body,
                                                                                                        com.azure.core.util.Context context)
        Add new entity to applications.
        Parameters:
        body - New entity.
        context - The context to associate with this operation.
        Returns:
        represents an Azure Active Directory object.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getApplicationWithResponseAsync

        Mono<com.azure.core.http.rest.Response<MicrosoftGraphApplicationInner>> getApplicationWithResponseAsync​(String applicationId,
                                                                                                                String consistencyLevel,
                                                                                                                List<Get2ItemsItem> select,
                                                                                                                List<Get3ItemsItem> expand)
        Get entity from applications by key.
        Parameters:
        applicationId - key: id of application.
        consistencyLevel - Indicates the requested consistency level.
        select - Select properties to be returned.
        expand - Expand related entities.
        Returns:
        entity from applications by key.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getApplicationWithResponse

        com.azure.core.http.rest.Response<MicrosoftGraphApplicationInner> getApplicationWithResponse​(String applicationId,
                                                                                                     String consistencyLevel,
                                                                                                     List<Get2ItemsItem> select,
                                                                                                     List<Get3ItemsItem> expand,
                                                                                                     com.azure.core.util.Context context)
        Get entity from applications by key.
        Parameters:
        applicationId - key: id of application.
        consistencyLevel - Indicates the requested consistency level.
        select - Select properties to be returned.
        expand - Expand related entities.
        context - The context to associate with this operation.
        Returns:
        entity from applications by key.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • updateApplicationWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Void>> updateApplicationWithResponseAsync​(String applicationId,
                                                                                         MicrosoftGraphApplicationInner body)
        Update entity in applications.
        Parameters:
        applicationId - key: id of application.
        body - New property values.
        Returns:
        the completion.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • updateApplicationWithResponse

        com.azure.core.http.rest.Response<Void> updateApplicationWithResponse​(String applicationId,
                                                                              MicrosoftGraphApplicationInner body,
                                                                              com.azure.core.util.Context context)
        Update entity in applications.
        Parameters:
        applicationId - key: id of application.
        body - New property values.
        context - The context to associate with this operation.
        Returns:
        the response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • deleteApplicationWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Void>> deleteApplicationWithResponseAsync​(String applicationId,
                                                                                         String ifMatch)
        Delete entity from applications.
        Parameters:
        applicationId - key: id of application.
        ifMatch - ETag.
        Returns:
        the completion.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • deleteApplicationAsync

        Mono<Void> deleteApplicationAsync​(String applicationId,
                                          String ifMatch)
        Delete entity from applications.
        Parameters:
        applicationId - key: id of application.
        ifMatch - ETag.
        Returns:
        the completion.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • deleteApplicationAsync

        Mono<Void> deleteApplicationAsync​(String applicationId)
        Delete entity from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        the completion.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • deleteApplication

        void deleteApplication​(String applicationId)
        Delete entity from applications.
        Parameters:
        applicationId - key: id of application.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • deleteApplicationWithResponse

        com.azure.core.http.rest.Response<Void> deleteApplicationWithResponse​(String applicationId,
                                                                              String ifMatch,
                                                                              com.azure.core.util.Context context)
        Delete entity from applications.
        Parameters:
        applicationId - key: id of application.
        ifMatch - ETag.
        context - The context to associate with this operation.
        Returns:
        the response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getLogoWithResponseAsync

        Mono<com.azure.core.http.rest.StreamResponse> getLogoWithResponseAsync​(String applicationId)
        Get media content for application from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        media content for application from applications.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getLogoAsync

        Flux<ByteBuffer> getLogoAsync​(String applicationId)
        Get media content for application from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        media content for application from applications.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getLogo

        InputStream getLogo​(String applicationId)
        Get media content for application from applications.
        Parameters:
        applicationId - key: id of application.
        Returns:
        media content for application from applications.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getLogoWithResponse

        com.azure.core.http.rest.StreamResponse getLogoWithResponse​(String applicationId,
                                                                    com.azure.core.util.Context context)
        Get media content for application from applications.
        Parameters:
        applicationId - key: id of application.
        context - The context to associate with this operation.
        Returns:
        media content for application from applications.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • setLogoWithResponseAsync

        Mono<com.azure.core.http.rest.Response<Void>> setLogoWithResponseAsync​(String applicationId,
                                                                               Flux<ByteBuffer> data,
                                                                               long contentLength)
        Update media content for application in applications.
        Parameters:
        applicationId - key: id of application.
        data - New media content.
        contentLength - The contentLength parameter.
        Returns:
        the completion.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • setLogoAsync

        Mono<Void> setLogoAsync​(String applicationId,
                                Flux<ByteBuffer> data,
                                long contentLength)
        Update media content for application in applications.
        Parameters:
        applicationId - key: id of application.
        data - New media content.
        contentLength - The contentLength parameter.
        Returns:
        the completion.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • setLogo

        void setLogo​(String applicationId,
                     Flux<ByteBuffer> data,
                     long contentLength)
        Update media content for application in applications.
        Parameters:
        applicationId - key: id of application.
        data - New media content.
        contentLength - The contentLength parameter.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • setLogoWithResponse

        com.azure.core.http.rest.Response<Void> setLogoWithResponse​(String applicationId,
                                                                    Flux<ByteBuffer> data,
                                                                    long contentLength,
                                                                    com.azure.core.util.Context context)
        Update media content for application in applications.
        Parameters:
        applicationId - key: id of application.
        data - New media content.
        contentLength - The contentLength parameter.
        context - The context to associate with this operation.
        Returns:
        the response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        OdataErrorMainException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.