Class ServiceUpdateMessageUnfavoriteParameterSet

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

public class ServiceUpdateMessageUnfavoriteParameterSet extends Object
The class for the Service Update Message Unfavorite Parameter Set.
  • Field Details

    • messageIds

      @SerializedName(value="messageIds", alternate="MessageIds") @Expose @Nullable public List<String> messageIds
      The message Ids.
  • Constructor Details

    • ServiceUpdateMessageUnfavoriteParameterSet

      public ServiceUpdateMessageUnfavoriteParameterSet()
      Instiaciates a new ServiceUpdateMessageUnfavoriteParameterSet
    • ServiceUpdateMessageUnfavoriteParameterSet

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