Class PatchProfile


  • public class PatchProfile
    extends java.lang.Object
    PatchProfile

    Describes the fields available when patching a profile. Each object can be patched independent of patching the other fields.

    • Constructor Detail

      • PatchProfile

        public PatchProfile​(java.util.Optional<? extends PatchIndividual> individual,
                            java.util.Optional<? extends PatchBusiness> business)
      • PatchProfile

        public PatchProfile()
    • Method Detail

      • individual

        public java.util.Optional<PatchIndividual> individual()
        Describes the fields available when patching an individual.
      • withIndividual

        public PatchProfile withIndividual​(PatchIndividual individual)
        Describes the fields available when patching an individual.
      • withIndividual

        public PatchProfile withIndividual​(java.util.Optional<? extends PatchIndividual> individual)
        Describes the fields available when patching an individual.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object