Interface O365TeamChannelResponse

All Known Implementing Classes:
ImmutableO365TeamChannelResponse

public interface O365TeamChannelResponse
O365 Team channel response.
Author:
Sachin Mittal
  • Method Summary

    Modifier and Type
    Method
    Description
    The team display name.
    The native VBO id for this Team.
  • Method Details

    • nativeId

      String nativeId()
      The native VBO id for this Team.
    • displayName

      String displayName()
      The team display name.