Skip to content

Instantly share code, notes, and snippets.

@ThakurPriyanka
Created May 1, 2019 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThakurPriyanka/afe1df25109091f520cf4cf977a5815f to your computer and use it in GitHub Desktop.
Save ThakurPriyanka/afe1df25109091f520cf4cf977a5815f to your computer and use it in GitHub Desktop.
@Builder
@Getter
@AllArgsConstructor
public final class DeleteAddressPojo {
private final String uid;
private final DeleteAddress address;
}
@Builder
@Getter
public final class DeleteAddress {
private final String uid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment