Package dev.postproxy.sdk.param
Record Class DeleteOnPlatformParams
java.lang.Object
java.lang.Record
dev.postproxy.sdk.param.DeleteOnPlatformParams
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionDeleteOnPlatformParams(String postProfileId, String profileId, String network, String profileGroupId) Creates an instance of aDeleteOnPlatformParamsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.network()Returns the value of thenetworkrecord component.Returns the value of thepostProfileIdrecord component.Returns the value of theprofileGroupIdrecord component.Returns the value of theprofileIdrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
DeleteOnPlatformParams
public DeleteOnPlatformParams(String postProfileId, String profileId, String network, String profileGroupId) Creates an instance of aDeleteOnPlatformParamsrecord class.- Parameters:
postProfileId- the value for thepostProfileIdrecord componentprofileId- the value for theprofileIdrecord componentnetwork- the value for thenetworkrecord componentprofileGroupId- the value for theprofileGroupIdrecord component
-
-
Method Details
-
builder
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
postProfileId
Returns the value of thepostProfileIdrecord component.- Returns:
- the value of the
postProfileIdrecord component
-
profileId
Returns the value of theprofileIdrecord component.- Returns:
- the value of the
profileIdrecord component
-
network
Returns the value of thenetworkrecord component.- Returns:
- the value of the
networkrecord component
-
profileGroupId
Returns the value of theprofileGroupIdrecord component.- Returns:
- the value of the
profileGroupIdrecord component
-