Class ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet

java.lang.Object
com.microsoft.graph.models.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet

public class ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet extends Object
The class for the Report Root Managed Device Enrollment Failure Details Parameter Set.
  • Field Details

    • skip

      @SerializedName(value="skip", alternate="Skip") @Expose @Nullable public Integer skip
      The skip.
    • top

      @SerializedName(value="top", alternate="Top") @Expose @Nullable public Integer top
      The top.
    • filter

      @SerializedName(value="filter", alternate="Filter") @Expose @Nullable public String filter
      The filter.
    • skipToken

      @SerializedName(value="skipToken", alternate="SkipToken") @Expose @Nullable public String skipToken
      The skip Token.
  • Constructor Details

    • ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet

      public ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet()
      Instiaciates a new ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet
    • ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet

      protected ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet(@Nonnull ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet.ReportRootManagedDeviceEnrollmentFailureDetailsParameterSetBuilder builder)
      Instiaciates a new ReportRootManagedDeviceEnrollmentFailureDetailsParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details