Exemplo n.º 1
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && messageId != null)
     {
         return($"{parent.Path()}/message-store/{messageId}");
     }
     return($"{parent.Path()}/message-store");
 }
Exemplo n.º 2
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && ruleId != null)
     {
         return($"{parent.Path()}/answering-rule/{ruleId}");
     }
     return($"{parent.Path()}/answering-rule");
 }
Exemplo n.º 3
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && locationId != null)
     {
         return($"{parent.Path()}/emergency-locations/{locationId}");
     }
     return($"{parent.Path()}/emergency-locations");
 }
Exemplo n.º 4
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && ringoutId != null)
     {
         return($"{parent.Path()}/ring-out/{ringoutId}");
     }
     return($"{parent.Path()}/ring-out");
 }
Exemplo n.º 5
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && forwardingNumberId != null)
     {
         return($"{parent.Path()}/forwarding-number/{forwardingNumberId}");
     }
     return($"{parent.Path()}/forwarding-number");
 }
Exemplo n.º 6
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && meetingId != null)
     {
         return($"{parent.Path()}/meeting/{meetingId}");
     }
     return($"{parent.Path()}/meeting");
 }
Exemplo n.º 7
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && scaleSize != null)
     {
         return($"{parent.Path()}/profile-image/{scaleSize}");
     }
     return($"{parent.Path()}/profile-image");
 }
Exemplo n.º 8
0
 public string Path(bool withParameter = true)
 {
     if (withParameter && callRecordId != null)
     {
         return($"{parent.Path()}/call-log/{callRecordId}");
     }
     return($"{parent.Path()}/call-log");
 }
Exemplo n.º 9
0
 public string Path()
 {
     return($"{parent.Path()}/mms");
 }
Exemplo n.º 10
0
 public string Path()
 {
     return($"{parent.Path()}/call-queues");
 }
Exemplo n.º 11
0
 public string Path()
 {
     return($"{parent.Path()}/presence");
 }
Exemplo n.º 12
0
 public string Path()
 {
     return($"{parent.Path()}/favorite");
 }
Exemplo n.º 13
0
 public string Path()
 {
     return($"{parent.Path()}/assigned-role");
 }
Exemplo n.º 14
0
 public string Path()
 {
     return($"{parent.Path()}/caller-blocking");
 }
Exemplo n.º 15
0
 public string Path()
 {
     return($"{parent.Path()}/grant");
 }
Exemplo n.º 16
0
 public string Path()
 {
     return($"{parent.Path()}/address-book-sync");
 }
Exemplo n.º 17
0
 public string Path()
 {
     return($"{parent.Path()}/administered-sites");
 }
Exemplo n.º 18
0
 public string Path()
 {
     return($"{parent.Path()}/video-configuration");
 }
Exemplo n.º 19
0
 public string Path()
 {
     return($"{parent.Path()}/meeting-recordings");
 }
Exemplo n.º 20
0
 public string Path()
 {
     return($"{parent.Path()}/device");
 }
Exemplo n.º 21
0
 public string Path()
 {
     return($"{parent.Path()}/call-log-sync");
 }
Exemplo n.º 22
0
 public string Path()
 {
     return($"{parent.Path()}/phone-number");
 }
Exemplo n.º 23
0
 public string Path()
 {
     return($"{parent.Path()}/authz-profile");
 }
Exemplo n.º 24
0
 public string Path()
 {
     return($"{parent.Path()}/caller-id");
 }
Exemplo n.º 25
0
 public string Path()
 {
     return($"{parent.Path()}/business-hours");
 }
Exemplo n.º 26
0
 public string Path()
 {
     return($"{parent.Path()}/emergency-locations");
 }
Exemplo n.º 27
0
 public string Path()
 {
     return($"{parent.Path()}/meetings-configuration");
 }
Exemplo n.º 28
0
 public string Path()
 {
     return($"{parent.Path()}/call-queue-presence");
 }
Exemplo n.º 29
0
 public string Path()
 {
     return($"{parent.Path()}/features");
 }
Exemplo n.º 30
0
 public string Path()
 {
     return($"{parent.Path()}/conferencing");
 }