All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ionos.go.plugin.notifier.message.outgoing.NotificationsInterestedInResponse Maven / Gradle / Ivy

There is a newer version: 0.5.9
Show newest version
package com.ionos.go.plugin.notifier.message.outgoing;

import com.google.gson.annotations.Expose;
import lombok.AllArgsConstructor;
import lombok.Getter;

/** Response for the {@code notifications-interested-in} request.
 * @see here
 * */
@AllArgsConstructor
public class NotificationsInterestedInResponse {
    @Expose
    @Getter
    private String[] notifications;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy