java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.auxiliary.press.release.contact.press.Release

@ApiType("SoftLayer_Auxiliary_Press_Release_Contact_Press_Release")
public class Release
extends Entity
The SoftLayer_Auxiliary_Press_Release_Contact_Press_Release service associates a press release to one or more contacts.
See Also:
SoftLayer_Auxiliary_Press_Release_Contact_Press_Release
  • Field Details

  • Constructor Details

    • Release

      public Release()
  • Method Details

    • getContacts

      public List<Contact> getContacts()
    • getPressReleases

      public List<Release> getPressReleases()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getPressReleaseContactId

      public Long getPressReleaseContactId()
    • setPressReleaseContactId

      public void setPressReleaseContactId​(Long pressReleaseContactId)
    • isPressReleaseContactIdSpecified

      public boolean isPressReleaseContactIdSpecified()
    • unsetPressReleaseContactId

      public void unsetPressReleaseContactId()
    • getPressReleaseId

      public Long getPressReleaseId()
    • setPressReleaseId

      public void setPressReleaseId​(Long pressReleaseId)
    • isPressReleaseIdSpecified

      public boolean isPressReleaseIdSpecified()
    • unsetPressReleaseId

      public void unsetPressReleaseId()
    • getSortOrder

      public Long getSortOrder()
    • setSortOrder

      public void setSortOrder​(Long sortOrder)
    • isSortOrderSpecified

      public boolean isSortOrderSpecified()
    • unsetSortOrder

      public void unsetSortOrder()
    • getContactCount

      public Long getContactCount()
    • setContactCount

      public void setContactCount​(Long contactCount)
    • getPressReleaseCount

      public Long getPressReleaseCount()
    • setPressReleaseCount

      public void setPressReleaseCount​(Long pressReleaseCount)
    • asService

      public Release.Service asService​(ApiClient client)
    • service

      public static Release.Service service​(ApiClient client)
    • service

      public static Release.Service service​(ApiClient client, Long id)