Class ServiceUpdateMessageFavoriteParameterSet

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

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

    • messageIds

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

    • ServiceUpdateMessageFavoriteParameterSet

      public ServiceUpdateMessageFavoriteParameterSet()
      Instiaciates a new ServiceUpdateMessageFavoriteParameterSet
    • ServiceUpdateMessageFavoriteParameterSet

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