Class AbstractSocialProfileProvider

    • Field Detail

    • Constructor Detail

      • AbstractSocialProfileProvider

        public AbstractSocialProfileProvider()
    • Method Detail

      • setSocialNetwork

        public void setSocialNetwork​(ISocialNetwork socialNetwork)
        Description copied from interface: ISocialProfileProvider
        Sets the social network information on the scope of execution, that will be used by the others methods to extract all informations necessary.
        Specified by:
        setSocialNetwork in interface ISocialProfileProvider
        Parameters:
        socialNetwork - the social network object that contains all informations about it.