Uses of Class
example.avro.PushNotification.Builder
Packages that use PushNotification.Builder
-
Uses of PushNotification.Builder in example.avro
Methods in example.avro that return PushNotification.BuilderModifier and TypeMethodDescriptionPushNotification.Builder.clearArn()Clears the value of the 'arn' field.PushNotification.Builder.clearText()Clears the value of the 'text' field.static PushNotification.BuilderPushNotification.newBuilder()Creates a new PushNotification RecordBuilder.static PushNotification.BuilderPushNotification.newBuilder(PushNotification other) Creates a new PushNotification RecordBuilder by copying an existing PushNotification instance.static PushNotification.BuilderPushNotification.newBuilder(PushNotification.Builder other) Creates a new PushNotification RecordBuilder by copying an existing Builder.PushNotification.Builder.setArn(CharSequence value) Sets the value of the 'arn' field.PushNotification.Builder.setText(CharSequence value) Sets the value of the 'text' field.Methods in example.avro with parameters of type PushNotification.BuilderModifier and TypeMethodDescriptionstatic PushNotification.BuilderPushNotification.newBuilder(PushNotification.Builder other) Creates a new PushNotification RecordBuilder by copying an existing Builder.