Class IosManagedAppProtectionCollectionRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseEntityCollectionRequest<IosManagedAppProtection,IosManagedAppProtectionCollectionResponse,IosManagedAppProtectionCollectionPage>
com.microsoft.graph.requests.IosManagedAppProtectionCollectionRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class IosManagedAppProtectionCollectionRequest extends com.microsoft.graph.http.BaseEntityCollectionRequest<IosManagedAppProtection,IosManagedAppProtectionCollectionResponse,IosManagedAppProtectionCollectionPage>
The class for the Ios Managed App Protection Collection Request.
  • Constructor Details

    • IosManagedAppProtectionCollectionRequest

      public IosManagedAppProtectionCollectionRequest(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request builder for this collection of IosManagedAppProtection
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details