private ComAdobeCqSocialConnectOauthImplSocialOAuthUserProfileMapperInfo(string Pid, string Title, string Description, ComAdobeCqSocialConnectOauthImplSocialOAuthUserProfileMapperProperties Properties) { this.Pid = Pid; this.Title = Title; this.Description = Description; this.Properties = Properties; }
/// <summary> /// Sets value for ComAdobeCqSocialConnectOauthImplSocialOAuthUserProfileMapperInfo.Properties property. /// </summary> /// <param name="value">Properties</param> public ComAdobeCqSocialConnectOauthImplSocialOAuthUserProfileMapperInfoBuilder Properties(ComAdobeCqSocialConnectOauthImplSocialOAuthUserProfileMapperProperties value) { _Properties = value; return(this); }