Class CancelMessagesRequest
- java.lang.Object
-
- pl.gsmservice.gateway.models.operations.CancelMessagesRequest
-
public class CancelMessagesRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCancelMessagesRequest.Builder
-
Constructor Summary
Constructors Constructor Description CancelMessagesRequest(java.util.List<java.lang.Long> ids)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CancelMessagesRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.util.List<java.lang.Long>ids()List<Long> of Message IDs assigned by the system.java.lang.StringtoString()CancelMessagesRequestwithIds(java.util.List<java.lang.Long> ids)List<Long> of Message IDs assigned by the system.
-
-
-
Method Detail
-
ids
public java.util.List<java.lang.Long> ids()
List<Long> of Message IDs assigned by the system. The system will accept a maximum of 50 identifiers in one call.
-
builder
public static CancelMessagesRequest.Builder builder()
-
withIds
public CancelMessagesRequest withIds(java.util.List<java.lang.Long> ids)
List<Long> of Message IDs assigned by the system. The system will accept a maximum of 50 identifiers in one call.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-