Class Profile

java.lang.Object
org.jreleaser.sdk.linkedin.api.Profile

public class Profile extends Object
Since:
1.5.0
Author:
Andres Almiray
  • Constructor Details

    • Profile

      public Profile()
  • Method Details

    • urn

      public String urn()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getLocalizedFirstName

      public String getLocalizedFirstName()
    • setLocalizedFirstName

      public void setLocalizedFirstName(String localizedFirstName)
    • getLocalizedLastName

      public String getLocalizedLastName()
    • setLocalizedLastName

      public void setLocalizedLastName(String localizedLastName)
    • of

      public static Profile of(String id, String localizedFirstName, String localizedLastName)